Skip to content

Commit dfaec78

Browse files
authored
test: add typescript import test back (#2054)
1 parent fa4ba00 commit dfaec78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"test:jest": "node scripts/verifyVersion.js 14 || jest",
5454
"test:tap": "tap test/*.js test/diagnostics-channel/*.js",
5555
"test:tdd": "tap test/*.js test/diagnostics-channel/*.js -w",
56-
"test:typescript": "node scripts/verifyVersion.js 14 || tsd",
56+
"test:typescript": "node scripts/verifyVersion.js 14 || tsd && tsc --skipLibCheck test/imports/undici-import.ts",
5757
"test:websocket": "node scripts/verifyVersion.js 18 || tap test/websocket/*.js",
5858
"test:wpt": "node scripts/verifyVersion 18 || (node test/wpt/start-fetch.mjs && node test/wpt/start-FileAPI.mjs && node test/wpt/start-mimesniff.mjs && node test/wpt/start-xhr.mjs && node --no-warnings test/wpt/start-websockets.mjs)",
5959
"coverage": "nyc --reporter=text --reporter=html npm run test",

0 commit comments

Comments
 (0)