Skip to content

Commit 8e027e6

Browse files
committed
Refactor to use node:test
1 parent a65a6c6 commit 8e027e6

File tree

5 files changed

+1333
-1080
lines changed

5 files changed

+1333
-1080
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"packages/rehype-mathjax/"
2424
],
2525
"devDependencies": {
26-
"@types/tape": "^5.0.0",
26+
"@types/node": "^20.0.0",
2727
"c8": "^8.0.0",
2828
"prettier": "^3.0.0",
2929
"rehype-parse": "^8.0.0",
@@ -34,7 +34,6 @@
3434
"remark-preset-wooorm": "^9.0.0",
3535
"remark-rehype": "^10.0.0",
3636
"remark-stringify": "^10.0.0",
37-
"tape": "^5.0.0",
3837
"to-vfile": "^7.0.0",
3938
"type-coverage": "^2.0.0",
4039
"typescript": "^5.0.0",

0 commit comments

Comments
 (0)