jam-cloud/jam-ui/node_modules/progressbar.js/testem.json

13 lines
293 B
JSON

{
"framework": "mocha",
"src_files": [
"test/test-*.js"
],
"test_page": "test/testem.html",
"routes": {
"/node_modules": "node_modules"
},
"before_tests": "browserify --debug test/test-all.js -o test/browserified-tests.js",
"on_exit": "rm test/browserified-tests.js"
}