mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-18 09:35:20 +02:00
10 lines
140 B
JSON
10 lines
140 B
JSON
{
|
|
"spec_dir": "tests",
|
|
"spec_files": [
|
|
"*.js",
|
|
"!test-utils.js"
|
|
],
|
|
"stopSpecOnExpectationFailure": true,
|
|
"random": true
|
|
}
|