mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-20 14:42:37 +02:00
10 lines
157 B
JSON
10 lines
157 B
JSON
{
|
|
"spec_dir": "spec",
|
|
"spec_files": [
|
|
"**/*[sS]pec.js"
|
|
],
|
|
"helpers": ["helper.js"],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": false
|
|
}
|