Fix markdown links and event listener memory leak #25
tests.yml
on: push
Run tests and formatting
53s
Annotations
3 errors
|
Run tests and formatting
Process completed with exit code 1.
|
|
src/main/Tray.test.ts:
src/main/Shared.ts#L27
TypeError: The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
❯ src/main/Shared.ts:27:8
❯ src/main/Shared.ts:31:1
❯ src/main/DataRequest/CreateRecurringTodo.ts:4:1
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_INVALID_ARG_TYPE' }
|
|
src/main/Notifications.test.ts:
src/main/Notifications.ts#L4
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ src/main/Notifications.ts:4:1
Caused by: Caused by: ReferenceError: Cannot access '__vi_import_2__' before initialization
❯ src/main/Notifications.test.ts:14:17
|