blurhash-c-wasm/spec/support/jasmine.json

14 lines
197 B
JSON
Raw Normal View History

2023-08-15 21:30:13 +00:00
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.?(m)js"
],
"helpers": [
"helpers/**/*.?(m)js"
],
"env": {
"stopSpecOnExpectationFailure": false,
"random": true
}
}