mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"spec_dir": ".",
|
|
"spec_files": [
|
|
"!node_modules/**/*.spec.js",
|
|
"!demo/**/*.spec.js",
|
|
"./**/*.spec.js"
|
|
],
|
|
"helpers": [
|
|
"jasmine-config/**/*.js"
|
|
],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": false
|
|
}
|