Skip to content

Commit

Permalink
Use Node test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jan 3, 2023
1 parent 03e68f1 commit ab4dc20
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
strategy:
matrix:
node:
- lts/fermium
- lts/hydrogen
- node
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@
"@types/hast": "^2.0.0"
},
"devDependencies": {
"@types/tape": "^4.0.0",
"@types/node": "^18.0.0",
"c8": "^7.0.0",
"deepmerge": "^4.0.0",
"hast-util-to-html": "^8.0.0",
"hastscript": "^7.0.0",
"prettier": "^2.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"unist-builder": "^3.0.0",
Expand All @@ -70,7 +69,18 @@
"trailingComma": "none"
},
"xo": {
"prettier": true
"prettier": true,
"overrides": [
{
"files": [
"test.js"
],
"rules": {
"no-await-in-loop": 0,
"no-script-url": 0
}
}
]
},
"remarkConfig": {
"plugins": [
Expand Down
Loading

0 comments on commit ab4dc20

Please sign in to comment.