karma-furnace-preprocessor
A Karma plugin. Convert code from one format to another (like grunt-furnace)
Installation
The easiest way is to keep karma-furnace-preprocessor
as a devDependency in your package.json
.
You can simple do it by:
npm install karma-furnace-preprocessor --save-dev
Configuring Karma
// karma.conf.jsmodule { config
Configuring oz.js
Also see karma-ozjs
// test/config.jsrequire;
Using template in tests
<!-- test/tpl/demo.tpl --> {%= content %}
// test/tests.js;
Source code
More References
Release History
License
Copyright (c) 2010 - 2013 dexteryy
Licensed under the MIT license.