"feat: add comprehensive testing infrastructure and GitHub templates" #1
Annotations
9 errors and 2 warnings
|
test
Process completed with exit code 1.
|
|
test:
web/src/test/test-utils.tsx#L47
This rule can't verify that `export *` only exports components
|
|
test:
web/src/test/test-utils.tsx#L24
An interface declaring no members is equivalent to its supertype
|
|
test:
web/src/test/setup.ts#L31
Unexpected any. Specify a different type
|
|
test:
web/src/test/setup.ts#L8
'expect' is defined but never used
|
|
test:
web/src/main.tsx#L15
Unexpected any. Specify a different type
|
|
test:
web/src/main.tsx#L15
Unexpected any. Specify a different type
|
|
test:
web/src/components/ui/input.tsx#L4
An interface declaring no members is equivalent to its supertype
|
|
test:
web/src/components/ui/card.test.tsx#L34
Unexpected any. Specify a different type
|
|
test
Codecov:
Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
|
test:
web/src/hooks/use-api.ts#L49
React Hook useEffect has a missing dependency: 'execute'. Either include it or remove the dependency array
|