Skip to content

Commit

Permalink
fix: fix test script
Browse files Browse the repository at this point in the history
This was failing in Node v22 maybe because of a syntax change
  • Loading branch information
gmaclennan committed Sep 4, 2024
1 parent 240ae71 commit e544f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint": "npm-run-all --parallel lint:*",
"prepack": "npm run build",
"pretest": "npm run build",
"test": "c8 --100 --exclude 'dist/proto/*' node --test test",
"test": "c8 --100 --exclude 'dist/proto/*' node --test",
"posttest": "c8 report --reporter=text-lcov > ./coverage/lcov.info",
"prepare": "husky"
},
Expand Down

0 comments on commit e544f57

Please sign in to comment.