BatchExplorer/desktop/test/client/jasmine.json

15 строки
313 B
JSON

{
"spec_dir": ".",
"spec_files": [
"src/client/**/*.spec.ts",
"src/@batch-flask/compiler/**/*.spec.ts",
"src/@batch-flask/**/*.node.spec.ts"
],
"helpers": [
"test/client/ts-node.helper.js",
"test/client/helpers/**/*.ts"
],
"stopSpecOnExpectationFailure": true,
"random": false
}