Skip to content

Add ES2024 and WebSocket polyfills for Node.js test environments #37

Add ES2024 and WebSocket polyfills for Node.js test environments

Add ES2024 and WebSocket polyfills for Node.js test environments #37

Re-run triggered February 3, 2026 06:02
Status Failure
Total duration 2m 17s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test/Task.test.ts > runMain > sets exitCode to 1 on uncaughtException: packages/nodejs/test/Task.test.ts#L210
TypeError: Promise.withResolvers is not a function ❯ test/Task.test.ts:210:30
test/Task.test.ts > runMain > cleans up signal listeners after signal: packages/nodejs/test/Task.test.ts#L185
TypeError: Promise.withResolvers is not a function ❯ test/Task.test.ts:185:35
test/Task.test.ts > runMain > responds to SIGHUP: packages/nodejs/test/Task.test.ts#L164
TypeError: Promise.withResolvers is not a function ❯ test/Task.test.ts:164:33
test/Task.test.ts > runMain > responds to SIGTERM: packages/nodejs/test/Task.test.ts#L142
TypeError: Promise.withResolvers is not a function ❯ test/Task.test.ts:142:33
test/Task.test.ts > runMain > handles void return without disposal: packages/nodejs/test/Task.test.ts#L126
TypeError: Promise.withResolvers is not a function ❯ test/Task.test.ts:126:33
test/Task.test.ts > runMain > disposes returned AsyncDisposable after signal: packages/nodejs/test/Task.test.ts#L103
TypeError: Promise.withResolvers is not a function ❯ test/Task.test.ts:103:33
test/Task.test.ts > runMain > disposes returned Disposable after signal: packages/nodejs/test/Task.test.ts#L81
TypeError: Promise.withResolvers is not a function ❯ test/Task.test.ts:81:33
test/Task.test.ts > runMain > handles aborted runner: packages/nodejs/test/Task.test.ts#L63
TypeError: Promise.withResolvers is not a function ❯ test/Task.test.ts:63:35
test/Task.test.ts > runMain > passes custom deps: packages/nodejs/test/Task.test.ts#L42
TypeError: Promise.withResolvers is not a function ❯ test/Task.test.ts:42:31
test/Task.test.ts > runMain > executes main task: packages/nodejs/test/Task.test.ts#L28
TypeError: Promise.withResolvers is not a function ❯ test/Task.test.ts:28:30