Release: 0.3.1 #2
quality.yml
on: pull_request
Run Quality Checks (Biome)
10s
Run Unit Tests (Vitest)
38s
Annotations
10 errors
Run Quality Checks (Biome)
Process completed with exit code 1.
|
src/helpers/audio.helpers.test.ts:
src/utils/dom.utils.ts#L33
ReferenceError: navigator is not defined
❯ getIsMac src/utils/dom.utils.ts:33:2
❯ Module.getMetaKeyLabel src/utils/dom.utils.ts:44:9
❯ src/constants/editor.constants.ts:9:38
❯ src/constants/index.ts:4:31
|
src/helpers/bookmarks.helpers.test.ts:
src/utils/dom.utils.ts#L33
ReferenceError: navigator is not defined
❯ getIsMac src/utils/dom.utils.ts:33:2
❯ Module.getMetaKeyLabel src/utils/dom.utils.ts:44:9
❯ src/constants/editor.constants.ts:9:38
❯ src/constants/index.ts:4:31
|
src/helpers/events.helpers.test.ts:
src/utils/dom.utils.ts#L33
ReferenceError: navigator is not defined
❯ getIsMac src/utils/dom.utils.ts:33:2
❯ Module.getMetaKeyLabel src/utils/dom.utils.ts:44:9
❯ src/constants/editor.constants.ts:9:38
❯ src/constants/index.ts:4:31
|
src/helpers/grid.helpers.test.ts:
src/utils/dom.utils.ts#L33
ReferenceError: navigator is not defined
❯ getIsMac src/utils/dom.utils.ts:33:2
❯ Module.getMetaKeyLabel src/utils/dom.utils.ts:44:9
❯ src/constants/editor.constants.ts:9:38
❯ src/constants/index.ts:4:31
|
src/helpers/notes.helpers.test.ts:
src/utils/dom.utils.ts#L33
ReferenceError: navigator is not defined
❯ getIsMac src/utils/dom.utils.ts:33:2
❯ Module.getMetaKeyLabel src/utils/dom.utils.ts:44:9
❯ src/constants/editor.constants.ts:9:38
❯ src/constants/index.ts:4:31
|
src/helpers/obstacles.helpers.test.ts:
src/utils/dom.utils.ts#L33
ReferenceError: navigator is not defined
❯ getIsMac src/utils/dom.utils.ts:33:2
❯ Module.getMetaKeyLabel src/utils/dom.utils.ts:44:9
❯ src/constants/editor.constants.ts:9:38
❯ src/constants/index.ts:4:31
|
src/services/packaging.service.test.ts:
src/utils/dom.utils.ts#L33
ReferenceError: navigator is not defined
❯ getIsMac src/utils/dom.utils.ts:33:2
❯ Module.getMetaKeyLabel src/utils/dom.utils.ts:44:9
❯ src/constants/editor.constants.ts:9:38
❯ src/constants/index.ts:4:31
|
src/components/EventsGrid/BlockTrack.helpers.test.ts:
src/utils/dom.utils.ts#L33
ReferenceError: navigator is not defined
❯ getIsMac src/utils/dom.utils.ts:33:2
❯ Module.getMetaKeyLabel src/utils/dom.utils.ts:44:9
❯ src/constants/editor.constants.ts:9:38
❯ src/constants/index.ts:4:31
|
Run Unit Tests (Vitest)
Process completed with exit code 1.
|