Add lab 11 skeleton

This commit is contained in:
Isaac Shoebottom
2022-10-24 08:44:46 -03:00
parent ee767d8067
commit 869e89188d
6 changed files with 97 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
}
}