Skip to content

Commit 386d2f3

Browse files
committed
Refactor tests
1 parent 1acfb63 commit 386d2f3

File tree

2 files changed

+299
-309
lines changed

2 files changed

+299
-309
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,15 @@
4848
"devDependencies": {
4949
"@types/node": "^18.0.0",
5050
"c8": "^7.0.0",
51+
"hast-util-to-html": "^8.0.0",
5152
"hastscript": "^7.0.0",
53+
"mdast-util-from-markdown": "^1.0.0",
54+
"mdast-util-to-hast": "^12.0.0",
5255
"prettier": "^2.0.0",
53-
"rehype-stringify": "^9.0.0",
5456
"remark-cli": "^11.0.0",
55-
"remark-parse": "^10.0.0",
5657
"remark-preset-wooorm": "^9.0.0",
57-
"remark-rehype": "^10.0.0",
5858
"type-coverage": "^2.0.0",
5959
"typescript": "^4.0.0",
60-
"unified": "^10.0.0",
6160
"unist-builder": "^3.0.0",
6261
"xo": "^0.53.0"
6362
},
@@ -82,7 +81,7 @@
8281
},
8382
"remarkConfig": {
8483
"plugins": [
85-
"preset-wooorm"
84+
"remark-preset-wooorm"
8685
]
8786
},
8887
"typeCoverage": {

0 commit comments

Comments
 (0)