Add quiz 2 content

This commit is contained in:
Isaac
2022-10-26 10:10:09 -03:00
parent 8f668a032f
commit 9a62c4918f
3 changed files with 47 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
}
}