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

15 lines
257 B
JSON

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