[POC] Custom test renderer #164
Triggered via pull request
September 16, 2024 11:27
Status
Failure
Total duration
1m 38s
Artifacts
–
ci.yml
on: pull_request
Install and Cache deps
10s
Test Website
12s
Annotations
13 errors and 7 warnings
Typecheck:
src/helpers/component-tree.ts#L13
This comparison appears to be unintentional because the types '"symbol" | "object" | "map" | "filter" | "search" | "big" | "link" | "small" | "sub" | "sup" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | ... 157 more ... | "view"' and '"CONTAINER"' have no overlap.
|
Typecheck:
src/render-act.ts#L20
Conversion of type 'RenderResult' to type 'ReactTestRenderer' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Typecheck
Process completed with exit code 2.
|
Lint:
src/matchers/__tests__/to-be-busy.test.tsx#L10
Unexpected focused test
|
Lint:
src/matchers/__tests__/to-be-disabled.test.tsx#L13
'configure' is defined but never used
|
Lint:
src/queries/__tests__/hint-text.test.tsx#L3
'configure' is defined but never used
|
Lint:
src/renderer/reconciler.ts#L165
'instance' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/renderer/reconciler.ts#L166
'type' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/renderer/reconciler.ts#L167
'props' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/renderer/reconciler.ts#L184
'instance' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/renderer/reconciler.ts#L185
'type' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/renderer/reconciler.ts#L186
'oldProps' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/renderer/reconciler.ts#L187
'newProps' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/matchers/to-be-busy.tsx#L9
Unexpected console statement
|
Lint:
src/matchers/to-be-busy.tsx#L10
Unexpected console statement
|
Lint:
src/render-act.ts#L19
Unexpected console statement
|
Lint:
src/renderer/reconciler.ts#L109
Unexpected console statement
|
Lint:
src/renderer/reconciler.ts#L466
Unexpected console statement
|
Lint:
src/renderer/reconciler.ts#L467
Unexpected console statement
|
Test
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|