Skip to content

Commit a1173bf

Browse files
committed
Use Node test runner
1 parent a21fad8 commit a1173bf

File tree

11 files changed

+369
-427
lines changed

11 files changed

+369
-427
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
strategy:
1818
matrix:
1919
node:
20-
- lts/fermium
20+
- lts/gallium
2121
- node

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@
4141
},
4242
"devDependencies": {
4343
"@types/json-stringify-safe": "^5.0.0",
44-
"@types/tape": "^4.0.0",
44+
"@types/node": "^18.0.0",
4545
"c8": "^7.0.0",
4646
"json-stringify-safe": "^5.0.0",
4747
"parse5": "^7.0.0",
4848
"prettier": "^2.0.0",
4949
"remark-cli": "^11.0.0",
5050
"remark-preset-wooorm": "^9.0.0",
51-
"tape": "^5.0.0",
5251
"type-coverage": "^2.0.0",
5352
"typescript": "^4.0.0",
5453
"xo": "^0.53.0"

test/comment.js

-14
This file was deleted.

test/doctype.js

-34
This file was deleted.

test/element.js

-170
This file was deleted.

0 commit comments

Comments
 (0)