Draft PR to test CI/test workflows #14
test.yml
on: pull_request
test-node-18
23s
test-node-lts
46s
Annotations
3 errors and 2 warnings
tests/http.test.ts > timeout aborting an http query:
tests/http.test.ts#L96
AssertionError: expected [Function] to throw error including 'fetch timed out' but got 'Error connecting to database: TypeErr…'
Expected: "fetch timed out"
Received: "Error connecting to database: TypeError: invalid_argument"
❯ tests/http.test.ts:96:3
|
tests/ws.test.ts:
tests/ws.test.ts#L3
ReferenceError: crypto is not defined
❯ node_modules/subtls/index.js:600:27
❯ tests/ws.test.ts:3:31
|
test-node-18
Process completed with exit code 1.
|
test-node-18
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-node-lts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|