2020-09-28 11:27:10 +02:00
|
|
|
|
|
|
|
{
|
2022-08-08 15:52:56 +02:00
|
|
|
"spec_dir": "dist/test",
|
2020-09-28 11:27:10 +02:00
|
|
|
"spec_files": [
|
2022-08-08 15:52:56 +02:00
|
|
|
"spec/*.js"
|
2020-09-28 11:27:10 +02:00
|
|
|
],
|
|
|
|
"helpers": [
|
2022-08-08 15:52:56 +02:00
|
|
|
"helpers/*.js"
|
2020-09-28 11:27:10 +02:00
|
|
|
],
|
|
|
|
"stopSpecOnExpectationFailure": false,
|
|
|
|
"random": false
|
|
|
|
}
|