Skip to content

Commit

Permalink
Updating tests to run within mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Sep 28, 2022
1 parent 1eea86f commit 091a7cc
Show file tree
Hide file tree
Showing 4 changed files with 1,019 additions and 258 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"globals": {
"describe": "readonly",
"it": "readonly"
"it": "readonly",
"beforeEach": "readonly"
},
"rules": {
"arrow-parens": [2, "as-needed"],
Expand Down
Loading

0 comments on commit 091a7cc

Please sign in to comment.