Skip to content

Commit ee176d7

Browse files
authored
USe node:test
Closes GH-2320. Reviewed-by: Titus Wormer <[email protected]> Reviewed-by: Christian Murphy <[email protected]>
1 parent 5c00c63 commit ee176d7

File tree

24 files changed

+389
-451
lines changed

24 files changed

+389
-451
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"eslint-plugin-react-hooks": "^4.0.0",
5050
"eslint-plugin-security": "^1.0.0",
5151
"estree-util-value-to-estree": "^2.0.0",
52+
"estree-util-visit": "^1.0.0",
5253
"globby": "^13.0.0",
5354
"hast-to-hyperscript": "^10.0.0",
5455
"hast-util-select": "^5.0.0",
@@ -104,10 +105,8 @@
104105
"typescript": "^5.0.0",
105106
"unified": "^10.0.0",
106107
"unist-builder": "^3.0.0",
107-
"unist-util-visit": "^4.0.0",
108-
"estree-util-visit": "^1.2.1",
109108
"unist-util-remove-position": "^4.0.2",
110-
"uvu": "^0.5.0",
109+
"unist-util-visit": "^4.0.0",
111110
"vfile": "^5.0.0",
112111
"vfile-message": "^3.0.0",
113112
"vfile-reporter": "^7.0.0",

packages/esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"scripts": {
5858
"prepack": "npm run build",
5959
"build": "tsc --build --clean && tsc --build && type-coverage",
60-
"test-api": "uvu test \"\\.js$\"",
60+
"test-api": "node test/index.js",
6161
"test-coverage": "c8 --check-coverage --100 --reporter lcov npm run test-api",
6262
"test": "npm run build && npm run test-coverage"
6363
},

0 commit comments

Comments
 (0)