crypto-helper/jasmine.json

13 lines
164 B
JSON
Raw Normal View History

2020-10-04 12:18:39 +02:00
{
"spec_dir": "test",
"spec_files": [
"spec/*.js"
],
"helpers": [
"helpers/*.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}