realm-js/tests/spec/support/jasmine.json
2016-10-04 15:07:14 -07:00

12 lines
171 B
JSON

{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"helpers/**/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}