mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 04:08:49 +01:00
11 lines
171 B
JSON
11 lines
171 B
JSON
{
|
|
"spec_dir": "test",
|
|
"spec_files": [
|
|
"**/*-spec.js"
|
|
],
|
|
"helpers": [
|
|
"helpers/helpers.js"
|
|
],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": true
|
|
}
|