Skip to content

Commit

Permalink
Fix test script for Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Feb 1, 2024
1 parent 456b4db commit 4a7870c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"prepack": "tsc --build",
"pretest": "tsc --build",
"test": "c8 node --test"
"test": "c8 node dist/test.js"
},
"dependencies": {
"@types/mdast": "^4.0.0",
Expand Down

0 comments on commit 4a7870c

Please sign in to comment.