test: Use node.js test runner #2343
Annotations
10 warnings
lint:
src/__tests__/indexSchemas.test.ts#L73
Unsafe argument of type `any` assigned to a parameter of type `Promise<unknown> | (() => Promise<unknown>)`
|
lint:
src/__tests__/indexSchemas.test.ts#L83
Unsafe argument of type `any` assigned to a parameter of type `Promise<unknown> | (() => Promise<unknown>)`
|
lint:
src/__tests__/schema.test.ts#L530
Unsafe assignment of an `any` value
|
lint:
src/__tests__/schema.test.ts#L531
Unsafe assignment of an `any` value
|
lint:
src/__tests__/schema.test.ts#L916
Unsafe assignment of an `any` value
|
lint:
src/__tests__/schema.test.ts#L917
Unsafe assignment of an `any` value
|
lint:
src/__tests__/utils.test.ts#L149
'foo' is assigned a value but only used as a type
|
lint:
src/__tests__/utils.test.ts#L166
'bar' is assigned a value but only used as a type
|
lint:
src/__tests__/utils.test.ts#L185
'multiple' is assigned a value but only used as a type
|
lint:
src/__tests__/utils.test.ts#L208
'nested' is assigned a value but only used as a type
|