Skip to content

Commit 78edcb9

Browse files
authored
Fix c8 memory crash (#1129)
1 parent 18d320f commit 78edcb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"scripts": {
2323
"test": "npm run lint && npm run unit && npm run type",
2424
"lint": "xo",
25-
"unit": "c8 ava",
25+
"unit": "c8 --merge-async ava",
2626
"type": "tsd && tsc && npx --yes [email protected] && npx --yes --package [email protected] tsc"
2727
},
2828
"files": [
@@ -67,7 +67,7 @@
6767
"devDependencies": {
6868
"@types/node": "^20.8.9",
6969
"ava": "^6.0.1",
70-
"c8": "^9.1.0",
70+
"c8": "^10.1.2",
7171
"get-node": "^15.0.0",
7272
"is-in-ci": "^0.1.0",
7373
"is-running": "^2.1.0",

0 commit comments

Comments
 (0)