anyproxy/test/jasmine.json
2019-03-22 10:01:31 +08:00

15 lines
297 B
JSON

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