chore(deps): update vitest monorepo to v5 - autoclosed #1033
linter-test.yml
on: pull_request
Build and Linter test
25s
Annotations
3 errors and 10 warnings
|
Build and Linter test
Process completed with exit code 1.
|
|
typescript(TS2724):
__tests__/hash.bench.ts#L1
__tests__/hash.bench.ts:1:10: '"vitest"' has no exported member named 'bench'. Did you mean 'Bench'?
|
|
typescript(TS2724):
__tests__/compare.bench.ts#L1
__tests__/compare.bench.ts:1:10: '"vitest"' has no exported member named 'bench'. Did you mean 'Bench'?
|
|
typescript(no-unsafe-call):
__tests__/compare.bench.ts#L52
__tests__/compare.bench.ts:52:3: Unsafe call of a(n) `error` type typed value.
|
|
typescript(no-unsafe-call):
__tests__/hash.bench.ts#L60
__tests__/hash.bench.ts:60:3: Unsafe call of a(n) `error` type typed value.
|
|
typescript(no-unsafe-call):
__tests__/hash.bench.ts#L52
__tests__/hash.bench.ts:52:3: Unsafe call of a(n) `error` type typed value.
|
|
typescript(no-unsafe-call):
__tests__/compare.bench.ts#L38
__tests__/compare.bench.ts:38:3: Unsafe call of a(n) `error` type typed value.
|
|
typescript(no-unsafe-call):
__tests__/hash.bench.ts#L44
__tests__/hash.bench.ts:44:3: Unsafe call of a(n) `error` type typed value.
|
|
typescript(no-unsafe-call):
__tests__/compare.bench.ts#L30
__tests__/compare.bench.ts:30:3: Unsafe call of a(n) `error` type typed value.
|
|
typescript(no-unsafe-call):
__tests__/compare.bench.ts#L22
__tests__/compare.bench.ts:22:3: Unsafe call of a(n) `error` type typed value.
|
|
typescript(no-unsafe-call):
__tests__/hash.bench.ts#L34
__tests__/hash.bench.ts:34:3: Unsafe call of a(n) `error` type typed value.
|
|
typescript(no-unsafe-call):
__tests__/hash.bench.ts#L26
__tests__/hash.bench.ts:26:3: Unsafe call of a(n) `error` type typed value.
|
|
typescript(no-unsafe-call):
__tests__/hash.bench.ts#L18
__tests__/hash.bench.ts:18:3: Unsafe call of a(n) `error` type typed value.
|