Skip to content

chore(deps): update vitest monorepo to v4 (major) #281

chore(deps): update vitest monorepo to v4 (major)

chore(deps): update vitest monorepo to v4 (major) #281

Triggered via pull request December 3, 2025 07:52
Status Failure
Total duration 31s
Artifacts

test.yml

on: pull_request
run-tests
27s
run-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests/services/customUpdaterService.test.ts > CustomUpdaterService > should return the last bumped version: src/services/customUpdaterService.ts#L27
TypeError: () => { return { bumpVersion: mockBumpVersion }; } is not a constructor ❯ CustomUpdaterService.updateCustomVersions src/services/customUpdaterService.ts:27:29 ❯ tests/services/customUpdaterService.test.ts:54:33
tests/index.test.ts > Main Action Logic > should handle unknown errors: tests/index.test.ts#L44
TypeError: () => mockUpdaterRegistry is not a constructor ❯ tests/index.test.ts:44:45
tests/index.test.ts > Main Action Logic > should handle generic Error: tests/index.test.ts#L44
TypeError: () => mockUpdaterRegistry is not a constructor ❯ tests/index.test.ts:44:45
tests/index.test.ts > Main Action Logic > should handle InvalidManifestError: tests/index.test.ts#L44
TypeError: () => mockUpdaterRegistry is not a constructor ❯ tests/index.test.ts:44:45
tests/index.test.ts > Main Action Logic > should handle FileNotFoundError: tests/index.test.ts#L44
TypeError: () => mockUpdaterRegistry is not a constructor ❯ tests/index.test.ts:44:45
tests/index.test.ts > Main Action Logic > should handle VersionBumpError: tests/index.test.ts#L44
TypeError: () => mockUpdaterRegistry is not a constructor ❯ tests/index.test.ts:44:45
tests/index.test.ts > Main Action Logic > should handle PlatformDetectionError: tests/index.test.ts#L44
TypeError: () => mockUpdaterRegistry is not a constructor ❯ tests/index.test.ts:44:45
tests/index.test.ts > Main Action Logic > should not create a tag if GIT_TAG is false: tests/index.test.ts#L44
TypeError: () => mockUpdaterRegistry is not a constructor ❯ tests/index.test.ts:44:45
tests/index.test.ts > Main Action Logic > should create a release branch and PR if createReleaseBranch returns a branch name: tests/index.test.ts#L44
TypeError: () => mockUpdaterRegistry is not a constructor ❯ tests/index.test.ts:44:45
tests/index.test.ts > Main Action Logic > should run successfully and perform all steps: tests/index.test.ts#L86
AssertionError: expected "vi.fn()" to be called at least once ❯ tests/index.test.ts:86:46