Add Assignment 3 solution

This commit is contained in:
Isaac Shoebottom
2022-10-20 23:39:33 -03:00
parent 66b3b590b7
commit 542510f5d0
7 changed files with 815 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
}
}