refactor: use impl pattern for Account, Application, Asset, and log functions #23
Annotations
5 errors and 1 warning
Build:
src/context-helpers/internal-context.ts#L14
Conversion of type 'ExecutionContext' to type 'TestExecutionContext' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Build:
src/test-execution-context.ts#L24
Class 'TestExecutionContext' incorrectly implements interface 'ExecutionContext'.
|
Build:
src/test-execution-context.ts#L36
Type 'this' is not assignable to type 'ExecutionContext'.
|
Build:
src/test-execution-context.ts#L172
Type 'this' is not assignable to type 'ExecutionContext'.
|
Build
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading