Add lab 9 content

This commit is contained in:
Isaac Shoebottom
2022-10-12 09:04:35 -03:00
parent 585fb2e9e8
commit 76d1fb6c53
7 changed files with 92 additions and 1 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
}
}