Skip to content

Commit

Permalink
Updates mocha and chai
Browse files Browse the repository at this point in the history
Moved spec/mocha.opts to .mocharc.json and updated format of config to json.
  • Loading branch information
philnash committed Mar 27, 2021
1 parent 670088d commit 8c9d50e
Show file tree
Hide file tree
Showing 4 changed files with 674 additions and 816 deletions.
9 changes: 9 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"require": "./test/setup.js",
"reporter": "spec",
"ui": "bdd",
"recursive": true,
"colors": true,
"timeout": 10000,
"slow": 100
}
Loading

0 comments on commit 8c9d50e

Please sign in to comment.