Skip to content

Commit

Permalink
Try to fix Node.js 18 by moving to better-node-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 12, 2024
1 parent a978e9d commit 10704d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"repository": "postcss/sugarss",
"scripts": {
"unit": "node --test test/*.test.js",
"unit": "bnt",
"test:coverage": "c8 pnpm unit",
"test:lint": "eslint .",
"test": "pnpm run /^test:/"
Expand Down Expand Up @@ -47,6 +47,7 @@
},
"devDependencies": {
"@logux/eslint-config": "^53.5.0",
"better-node-test": "^0.7.1",
"c8": "^10.1.2",
"clean-publish": "^5.1.0",
"eslint": "^9.14.0",
Expand Down
10 changes: 10 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10704d5

Please sign in to comment.