Skip to content

chore(deps): update dependency vitest to v4 #69

chore(deps): update dependency vitest to v4

chore(deps): update dependency vitest to v4 #69

Triggered via pull request March 5, 2026 17:36
Status Failure
Total duration 34s
Artifacts

ci.yml

on: pull_request
Build and publish
Build and publish
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Lint
Process completed with exit code 2.
Lint: src/hooks/useDOMEvent/__tests__/useDOMEvent.test.tsx#L126
Type 'Mock<Procedure | Constructable>' is not assignable to type 'UseDOMEventHandler<"click"> | [eventHandler: UseDOMEventHandler<"click">, eventOptions?: UseDOMEventOptions | undefined] | undefined'.
Lint: src/hooks/useDOMEvent/__tests__/useDOMEvent.test.tsx#L126
Type 'void' must have a '[Symbol.iterator]()' method that returns an iterator.