Skip to content

Commit

Permalink
Use node --test
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Oct 8, 2024
1 parent 6f7a089 commit 43bd109
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 --enable-source-maps dist/rehype-mermaid.test.js"
"test": "c8 node --enable-source-maps --test"
},
"author": "Remco Haszing <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 43bd109

Please sign in to comment.