mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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
|
|
}
|