mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-20 19:24:22 +00:00
also remove the delete operatoin for 'accept-encoding' in the test utils, since AnyProxy will not remove the header now
14 lines
276 B
JSON
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
|
|
}
|