Files
jasmine/spec/support/jasmine.json
2017-05-19 14:19:14 -07:00

16 lines
287 B
JSON

{
"spec_dir": "spec",
"spec_files": [
"core/**/*.js",
"console/**/*.js",
"npmPackage/**/*.js"
],
"helpers": [
"helpers/asyncAwait.js",
"helpers/checkForSet.js",
"helpers/checkForMap.js",
"helpers/nodeDefineJasmineUnderTest.js"
],
"random": true
}