mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-08-19 03:26:20 +00:00
14 lines
195 B
JSON
14 lines
195 B
JSON
{
|
|
"spec_dir": "spec",
|
|
"spec_files": [
|
|
"**/*.test.?(m)ts"
|
|
],
|
|
"helpers": [
|
|
"helpers/**/*.?(m)js"
|
|
],
|
|
"env": {
|
|
"stopSpecOnExpectationFailure": false,
|
|
"random": true
|
|
}
|
|
}
|