Skip to content

Commit

Permalink
Fix tests for Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Jan 9, 2024
1 parent eec51d8 commit 0792706
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 @@ -13,7 +13,7 @@
"scripts": {
"prepack": "tsc --build",
"pretest": "tsc --build",
"test": "c8 node --test"
"test": "c8 node dist/test.js"
},
"author": "Remco Haszing <remcohaszing@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 0792706

Please sign in to comment.