1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/CliClient/tests/support/jasmine.json

11 lines
176 B
JSON
Raw Normal View History

2017-06-13 22:58:17 +02:00
{
"spec_dir": "tests-build",
2017-06-13 22:58:17 +02:00
"spec_files": [
"*.js",
"services/plugins/*.js",
"!test-utils.js"
2017-06-13 22:58:17 +02:00
],
"stopSpecOnExpectationFailure": false,
"random": true
2017-06-13 22:58:17 +02:00
}