Add assignment 4

This commit is contained in:
2022-11-04 15:07:21 -03:00
parent 3ee1155e1f
commit 5c03647a4a
6 changed files with 487 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
}
}