Add final test material

This commit is contained in:
Isaac
2022-12-20 21:49:28 -04:00
parent fcef1277f3
commit 4ecaa1a216
8 changed files with 259 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.?(m)js"
],
"helpers": [
"helpers/**/*.?(m)js"
],
"env": {
"stopSpecOnExpectationFailure": false,
"random": true
}
}