mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
12 lines
183 B
JSON
12 lines
183 B
JSON
|
{
|
||
|
"spec_dir": "spec",
|
||
|
"spec_files": [
|
||
|
"**/*[sS]pec.{js,es6}"
|
||
|
],
|
||
|
"helpers": [
|
||
|
"helpers/**/*.{js,es6}"
|
||
|
],
|
||
|
"stopSpecOnExpectationFailure": false,
|
||
|
"random": false
|
||
|
}
|