Skip to content

Commit 0f64921

Browse files
committed
Update tests for changes in unist
1 parent eb42f1c commit 0f64921

File tree

2 files changed

+95
-106
lines changed

2 files changed

+95
-106
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"index.js"
3333
],
3434
"devDependencies": {
35+
"@types/mdast": "^3.0.0",
3536
"@types/tape": "^4.0.0",
36-
"@types/unist": "^2.0.0",
3737
"c8": "^7.0.0",
3838
"prettier": "^2.0.0",
3939
"remark-cli": "^9.0.0",
@@ -42,15 +42,15 @@
4242
"tape": "^5.0.0",
4343
"type-coverage": "^2.0.0",
4444
"typescript": "^4.0.0",
45-
"xo": "^0.38.0"
45+
"xo": "^0.39.0"
4646
},
4747
"scripts": {
4848
"prepack": "npm run build && npm run format",
4949
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
5050
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
5151
"test-api": "node test.js",
5252
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov node test.js",
53-
"test": "npm run format && npm run test-coverage"
53+
"test": "npm run build && npm run format && npm run test-coverage"
5454
},
5555
"prettier": {
5656
"tabWidth": 2,

0 commit comments

Comments
 (0)