wip #69
checks.yml
on: push
lint
/
lint
30s
typecheck
/
typecheck
29s
Matrix: test / test_linux
Matrix: test / test_windows
Annotations
13 errors
typecheck / typecheck:
examples/assert.ts#L16
Expected 0 arguments, but got 1.
|
typecheck / typecheck:
examples/assert.ts#L18
Expected 0 arguments, but got 1.
|
typecheck / typecheck:
examples/errors.ts#L34
Expected 0 arguments, but got 1.
|
typecheck / typecheck:
examples/errors.ts#L34
Property 'printErrors' does not exist on type 'ErrorsPrinter'. Did you mean 'printError'?
|
typecheck / typecheck:
examples/expect.ts#L16
Expected 0 arguments, but got 1.
|
typecheck / typecheck:
examples/expect.ts#L18
Expected 0 arguments, but got 1.
|
typecheck / typecheck:
examples/fatal.ts#L12
Expected 0 arguments, but got 1.
|
typecheck / typecheck:
examples/fatal.ts#L14
Expected 0 arguments, but got 1.
|
typecheck / typecheck:
src/printer.ts#L93
'#displayAssertionError' is declared but its value is never read.
|
typecheck / typecheck
Process completed with exit code 2.
|
test / test_windows (latest)
Process completed with exit code 1.
|
test / test_windows (20.x)
The job was canceled because "latest" failed.
|
test / test_windows (20.x)
The operation was canceled.
|