preparing release #532
Annotations
2 errors
Unhandled error:
src/suggestions/persistence/IndexedDbSuggestionsPersistence.ts#L55
TypeError: Cannot read properties of null (reading 'add')
❯ IndexedDbSuggestionsPersistence.addSuggestion src/suggestions/persistence/IndexedDbSuggestionsPersistence.ts:55:21
❯ Proxy.addSuggestion src/suggestions/stores/suggestionsStore.ts:35:7
This error originated in "test/vitest/__tests__/domain/tabsets/CreateTabsetCommand.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 "creates second tabset in non-empty DB". 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.
|
coverage (18.x)
Process completed with exit code 1.
|