test: close cycle 0010 at 97.66% coverage #81
Annotations
10 errors
|
TypeScript:
test/unit/domain/WarpApp.delegation.test.js#L88
Variable 'mockRuntime' implicitly has an 'any' type.
|
|
TypeScript:
test/unit/domain/WarpApp.delegation.test.js#L80
Variable 'mockRuntime' implicitly has an 'any' type.
|
|
TypeScript:
test/unit/domain/WarpApp.delegation.test.js#L73
Variable 'mockRuntime' implicitly has an 'any' type.
|
|
TypeScript:
test/unit/domain/WarpApp.delegation.test.js#L64
Variable 'mockCore' implicitly has an 'any' type.
|
|
TypeScript:
test/unit/domain/WarpApp.delegation.test.js#L62
Variable 'mockRuntime' implicitly has an 'any' type.
|
|
TypeScript:
test/unit/domain/WarpApp.delegation.test.js#L62
Property '_runtime' is private and only accessible within class 'WarpApp'.
|
|
TypeScript:
test/unit/domain/WarpApp.delegation.test.js#L60
Argument of type '{ createStrand: Mock<() => Promise<{ strandId: string; }>>; getStrand: Mock<() => Promise<{ strandId: string; }>>; listStrands: Mock<() => Promise<{ strandId: string; }[]>>; ... 6 more ...; tickStrand: Mock<...>; }' is not assignable to parameter of type 'WarpCore'.
|
|
TypeScript:
test/unit/domain/WarpApp.delegation.test.js#L53
Variable 'mockCore' implicitly has type 'any' in some locations where its type cannot be determined.
|
|
TypeScript:
test/unit/domain/WarpApp.delegation.test.js#L52
Variable 'mockRuntime' implicitly has type 'any' in some locations where its type cannot be determined.
|
|
TypeScript:
scripts/coverage-ratchet.js#L18
Property 'GIT_WARP_UPDATE_COVERAGE_RATCHET' comes from an index signature, so it must be accessed with ['GIT_WARP_UPDATE_COVERAGE_RATCHET'].
|
Loading