Skip to content

Commit

Permalink
fix(ci): c8 hanging npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Nov 24, 2022
1 parent 12dfde5 commit 1069622
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 111 deletions.
165 changes: 55 additions & 110 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
"preferGlobal": false,
"c8": {
"all": true,
"src": [
"add-on/src/"
],
"reporter": [
"text"
],
Expand Down Expand Up @@ -93,7 +96,7 @@
"json": "11.0.0",
"mem-storage-area": "1.0.3",
"mini-css-extract-plugin": "2.7.0",
"mocha": "9.2.2",
"mocha": "10.1.0",
"npm-run-all": "4.1.5",
"path": "0.12.7",
"raw-loader": "4.0.2",
Expand Down

0 comments on commit 1069622

Please sign in to comment.