anyproxy/test/jasmine.json
砚然 b6c7088965 do not unzip the response body when it's empty, such as 304
also remove the delete operatoin for 'accept-encoding' in the test utils, since AnyProxy will not remove the header now
2017-12-14 23:58:52 +08:00

14 lines
276 B
JSON

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