Skip to content

Commit

Permalink
chore(package): update mocha (#31)
Browse files Browse the repository at this point in the history
* chore(package): update mocha

* fix: use proper watch files config
  • Loading branch information
nolanlawson committed Jul 9, 2021
1 parent 5b0a1fa commit 0fdd6d6
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 404 deletions.
14 changes: 14 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"require": [
"./test/helpers/init.js",
"ts-node/register",
"source-map-support/register"
],
"watch-files": [
"**/*.js",
"**/*.ts"
],
"recursive": true,
"reporter": "spec",
"timeout": 5000
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@salesforce/ts-types": "^1.2.2",
"@types/chai": "4.2.11",
"@types/jsforce": "^1.9.18",
"@types/mocha": "^7.0.2",
"@types/mocha": "^8.2.3",
"@types/node": "^13.13.2",
"chai": "^4.2.0",
"isbinaryfile": "^4.0.6",
"mocha": "^7.1.1",
"mocha": "^9.0.2",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
"ts-node": "^8.10.2",
Expand Down
7 changes: 0 additions & 7 deletions test/mocha.opts

This file was deleted.

Loading

0 comments on commit 0fdd6d6

Please sign in to comment.