Closed lomky closed 2 years ago
Changes in this PR!
@types/jest
Appointment.test.tsx
Header.test.tsx
describe.each
?
undefined
element?.tagName.toLowerCase() === 'strong'
TransLine.test.tsx
apiGatewayStub.test.ts
as unknown
as string
IncomingMessage
queryApiGateway.test.ts
tests/pages/indexServerSide.test.ts
tests/utils/apiGatewayStub.test.ts
getUrl.test.ts
TK: tickets for resolving overrides:
===
Resolves #444
Changes in this PR!
@types/jest
pluginAppointment.test.tsx
as an exampleHeader.test.tsx
as an exampledescribe.each
loops?
to checks where the base object could beundefined
element?.tagName.toLowerCase() === 'strong'
inTransLine.test.tsx
apiGatewayStub.test.ts
if it does returnundefined
it should throw a failureas unknown
,as string
overrides to test unexpected, mistyped valuesIncomingMessage
inqueryApiGateway.test.ts
, to avoid a huge mocktests/pages/indexServerSide.test.ts
- nextJS & typescript cannot agree on typing.tests/utils/apiGatewayStub.test.ts
- mocking for fs, fetch & typescript do not agree on typinggetUrl.test.ts
to a matching subdir to its utilityTK: tickets for resolving overrides:
===
Resolves #444