Skip to content

Commit

Permalink
Move mocha opts to package.json.
Browse files Browse the repository at this point in the history
mocha.opts is deprecated.
  • Loading branch information
XhmikosR committed Jan 14, 2020
1 parent c42d8d3 commit 3755fdc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@
"engines": {
"node": "12.x"
},
"mocha": {
"check-leaks": true,
"globals": "__core-js_shared__",
"reporter": "dot",
"throw-deprecation": true,
"timeout": 10000,
"trace-deprecation": true,
"trace-warnings": true,
"use_strict": true
},
"nyc": {
"include": [
"**/*.js"
Expand Down
8 changes: 0 additions & 8 deletions test/mocha.opts

This file was deleted.

0 comments on commit 3755fdc

Please sign in to comment.