Skip to content

Commit

Permalink
js: Upgrade mocha to 9.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Blafford committed Oct 18, 2022
1 parent 04f26d1 commit 1d6f6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"build:ts": "npx tsc",
"build": "./build.sh",
"test": "./node_modules/mocha/bin/mocha -r ts-node/register \"./test/**/*.ts\"",
"test": "./node_modules/mocha/bin/_mocha -r ts-node/register \"./test/**/*.ts\"",
"prettier:format": "npx prettier --write \".\"",
"prettier:check": "npx prettier --list-different \".\"",
"eslint:check": "eslint . --ext .ts",
Expand All @@ -27,7 +27,7 @@
"chokidar": "^3.4.3",
"fast-crc32c": "2.0.0",
"js-yaml": "^3.14.0",
"mocha": "7.1.1",
"mocha": "9.2.2",
"prettier": "2.7.1",
"rewire": "5.0.0",
"ts-loader": "^8.0.4",
Expand Down

0 comments on commit 1d6f6c4

Please sign in to comment.