mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-09 14:28:27 +00:00
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
|
||
|
}
|