Initial migration to jasmine

- Still bugs in tests from migration
This commit is contained in:
Logan Cusano
2024-05-26 20:41:03 -04:00
parent dc988a41c1
commit 57aaf04119
4 changed files with 537 additions and 1 deletions

13
spec/support/jasmine.json Normal file
View File

@@ -0,0 +1,13 @@
{
"spec_dir": "spec",
"spec_files": [
"**/*[sS]pec.?(m)js"
],
"helpers": [
"helpers/**/*.?(m)js"
],
"env": {
"stopSpecOnExpectationFailure": false,
"random": true
}
}