Skip to content

chore: bump vitest and updates all tests to have explicit imports (#91) #254

chore: bump vitest and updates all tests to have explicit imports (#91)

chore: bump vitest and updates all tests to have explicit imports (#91) #254

Triggered via push November 28, 2024 15:12
Status Success
Total duration 1m 6s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
test: src/client/theme/SearchModal/SearchModal.tsx#L60
The ref value 'ref.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'ref.current' to a variable inside the effect, and use that variable in the cleanup function
test: src/client/theme/SearchModal/SearchModal.tsx#L120
React Hook useEffect has a missing dependency: 'allSearchResults.length'. Either include it or remove the dependency array
test: src/client/theme/SearchModal/SearchModal.tsx#L126
React Hook useEffect has a missing dependency: 'allSearchResults'. Either include it or remove the dependency array
test: src/client/theme/SearchModal/SearchModal.tsx#L132
React Hook useEffect has a missing dependency: 'allSearchResults'. Either include it or remove the dependency array
test: src/client/theme/SearchModal/SearchModal.tsx#L178
React Hook useEffect has missing dependencies: 'indexHash', 'removeDefaultStopWordFilter', and 'searchResultLimits'. Either include them or remove the dependency array