Add lab 10 content

This commit is contained in:
Isaac Shoebottom
2022-10-17 10:24:22 -03:00
parent 5fe9b2c913
commit 29dd89f729
9 changed files with 244 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
}
}