mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-20 15:34:20 +00:00
the fixes are: 1. add "content-type" in headers for when dealing with localresponse 2. make a more accurate tip for throttle rate when lower than 1 3. make the crtMgr funcionality a more independent one 4. uppercase the request header before sending it out update the tip
13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"spec_dir": "test",
|
|
"spec_files": [
|
|
"**/*[sS]pec.js"
|
|
],
|
|
"helpers": [
|
|
"../node_modules/babel-register/lib/node.js",
|
|
"../node_modules/babel-polyfill/dist/polyfill.js"
|
|
],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": false
|
|
}
|