We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0070cf0 commit 18668c4Copy full SHA for 18668c4
1 file changed
package.json
@@ -53,7 +53,7 @@
53
"test:jest": "node scripts/verifyVersion.js 14 || jest",
54
"test:tap": "tap test/*.js test/diagnostics-channel/*.js",
55
"test:tdd": "tap test/*.js test/diagnostics-channel/*.js -w",
56
- "test:typescript": "node scripts/verifyVersion.js 14 || tsd",
+ "test:typescript": "node scripts/verifyVersion.js 14 || tsd && tsc --skipLibCheck test/imports/undici-import.ts",
57
"test:websocket": "node scripts/verifyVersion.js 18 || tap test/websocket/*.js",
58
"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)",
59
"coverage": "nyc --reporter=text --reporter=html npm run test",
0 commit comments