fix tsc #35
typescript.yml
on: pull_request
Typescript check
29s
Annotations
10 errors
Typescript check:
src/components/OTAUpdates/OTAUpdates.tsx#L19
Argument of type 'string' is not assignable to parameter of type 'Error'.
|
Typescript check:
src/components/OTAUpdates/OTAUpdates.tsx#L33
Argument of type 'unknown' is not assignable to parameter of type 'Error'.
|
Typescript check:
src/components/__tests__/BuildDetails.test.tsx#L26
Property 'toHaveTextContent' does not exist on type 'JestMatchers<ReactTestInstance>'.
|
Typescript check:
src/components/__tests__/FormattedDate.test.tsx#L10
Property 'toBeOnTheScreen' does not exist on type 'JestMatchers<ReactTestInstance>'.
|
Typescript check:
src/components/__tests__/FormattedDate.test.tsx#L15
Property 'toBeOnTheScreen' does not exist on type 'JestMatchers<ReactTestInstance>'.
|
Typescript check:
src/components/__tests__/FormattedDate.test.tsx#L20
Property 'toBeOnTheScreen' does not exist on type 'JestMatchers<ReactTestInstance>'.
|
Typescript check:
src/components/__tests__/FormattedDate.test.tsx#L28
Property 'toBeOnTheScreen' does not exist on type 'JestMatchers<ReactTestInstance>'.
|
Typescript check:
src/components/__tests__/FormattedDate.test.tsx#L34
Property 'toBeOnTheScreen' does not exist on type 'JestMatchers<ReactTestInstance>'.
|
Typescript check:
src/components/__tests__/FormattedDate.test.tsx#L44
Property 'toBeOnTheScreen' does not exist on type 'JestMatchers<ReactTestInstance>'.
|
Typescript check:
src/components/__tests__/FormattedDate.test.tsx#L51
Property 'toBeOnTheScreen' does not exist on type 'Matchers<void, any>'.
|