joplin/packages/renderer/tests/support/jasmine.json

10 lines
140 B
JSON

{
"spec_dir": "tests",
"spec_files": [
"*.js",
"!test-utils.js"
],
"stopSpecOnExpectationFailure": true,
"random": true
}