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