File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments