add testing job to workflow #4
Annotations
8 errors and 5 warnings
|
test
Process completed with exit code 1.
|
|
test:
src/types/game.types.ts#L13
Unexpected any. Specify a different type
|
|
test:
src/test/setup.tsx#L22
Unexpected any. Specify a different type
|
|
test:
src/test/setup.tsx#L13
Unexpected any. Specify a different type
|
|
test:
src/test/setup.tsx#L9
Unexpected any. Specify a different type
|
|
test:
src/test/setup.tsx#L8
Unexpected any. Specify a different type
|
|
test:
src/test/setup.tsx#L7
Unexpected any. Specify a different type
|
|
test:
src/hooks/useScores.ts#L23
Unexpected any. Specify a different type
|
|
test:
src/hooks/useWordTest.ts#L79
React Hook useCallback has unnecessary dependencies: 'currentWord' and 'seenWords'. Either exclude them or remove the dependency array
|
|
test:
src/hooks/useTileMemoryTest.ts#L150
React Hook useCallback has unnecessary dependencies: 'feedbackTime' and 'initialSize'. Either exclude them or remove the dependency array
|
|
test:
src/hooks/useTileMemoryTest.ts#L82
React Hook useCallback has a missing dependency: 'startLevel'. Either include it or remove the dependency array
|
|
test:
src/hooks/useReactionTest.ts#L45
React Hook useEffect has a missing dependency: 'handleGameClick'. Either include it or remove the dependency array
|
|
test:
src/components/games/Grid.tsx#L32
React Hook useEffect has missing dependencies: 'animate', 'scope', and 'shakeReady'. Either include them or remove the dependency array
|