android13/development/tools/winscope/spec/support/jasmine.json

11 lines
198 B
JSON

{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.js"
],
"helpers": [
"../node_modules/@babel/register/lib/node.js"
],
"stopSpecOnExpectationFailure": false,
"random": false
}