mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-18 22:52:54 +08:00
989b4cc913
Co-authored-by: Christopher J. Brody <chris@brody.consulting> Co-authored-by: Raphael von der Grün <raphinesse@users.noreply.github.com>
13 lines
202 B
JSON
13 lines
202 B
JSON
{
|
|
"spec_dir": "spec",
|
|
"spec_files": [
|
|
"unit/**/*[sS]pec.js",
|
|
"e2e/**/*[sS]pec.js"
|
|
],
|
|
"helpers": [
|
|
"helper.js"
|
|
],
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": false
|
|
}
|