mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
12 lines
170 B
JSON
12 lines
170 B
JSON
{
|
|
"spec_dir": "spec",
|
|
"spec_files": [
|
|
"**/*[sS]pec.js"
|
|
],
|
|
"helpers": [
|
|
"helpers/**/*.js"
|
|
],
|
|
"stopSpecOnExpectationFailure": true,
|
|
"random": false
|
|
}
|