CHANGELOG updated #587
Annotations
4 errors
|
src/version3/issueLinks.ts#L63
TypeError: Cannot read properties of undefined (reading 'comment')
❯ IssueLinks.linkIssues src/version3/issueLinks.ts:63:29
❯ tests/unit/version3/issueLinks.test.ts:9:21
❯ node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/@vitest/runner/dist/index.js:533:11
❯ runWithTimeout node_modules/@vitest/runner/dist/index.js:39:7
❯ runTest node_modules/@vitest/runner/dist/index.js:1056:17
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ runSuite node_modules/@vitest/runner/dist/index.js:1191:13
❯ runFiles node_modules/@vitest/runner/dist/index.js:1262:5
This error originated in "tests/unit/version3/issueLinks.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "tests/unit/version3/issueLinks.test.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
tests/unit/version3/issueLinks.test.ts#L11
AssertionError: expected false to be truthy
- Expected
+ Received
- true
+ false
❯ tests/unit/version3/issueLinks.test.ts:11:38
|
|
This job was cancelled
Loading