Skip to content

Commit

Permalink
Fix c8 memory crash (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Jun 20, 2024
1 parent 18d320f commit 78edcb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"test": "npm run lint && npm run unit && npm run type",
"lint": "xo",
"unit": "c8 ava",
"unit": "c8 --merge-async ava",
"type": "tsd && tsc && npx --yes [email protected] && npx --yes --package [email protected] tsc"
},
"files": [
Expand Down Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@types/node": "^20.8.9",
"ava": "^6.0.1",
"c8": "^9.1.0",
"c8": "^10.1.2",
"get-node": "^15.0.0",
"is-in-ci": "^0.1.0",
"is-running": "^2.1.0",
Expand Down

0 comments on commit 78edcb9

Please sign in to comment.