anyproxy/test/jasmine.json
2018-05-05 15:56:45 +08:00

15 lines
297 B
JSON

{
"spec_dir": "test",
"spec_files": [
"spec_lib/*.js",
"spec_rule/*.js",
"spec_cli/*.js"
],
"helpers": [
"../node_modules/babel-register/lib/node.js",
"../node_modules/babel-polyfill/dist/polyfill.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}