Skip to content

feat: init

feat: init #1

Triggered via push February 9, 2025 02:42
Status Failure
Total duration 1m 10s
Billable time 5m
Artifacts

unit-test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests/index.test.ts > simple: tests/index.test.ts#L5
AssertionError: expected undefined to equal 'foo' - Expected: "foo" + Received: undefined ❯ tests/index.test.ts:5:10
test (ubuntu-latest, 22)
Process completed with exit code 1.
tests/index.test.ts > simple: tests/index.test.ts#L5
AssertionError: expected undefined to equal 'foo' - Expected: "foo" + Received: undefined ❯ tests/index.test.ts:5:10
test (ubuntu-latest, 20)
Process completed with exit code 1.
lint: tests/index.test.ts#L2
Module '"../src"' has no exported member 'foo'.
lint
Process completed with exit code 2.
tests/index.test.ts > simple: tests/index.test.ts#L5
AssertionError: expected undefined to equal 'foo' - Expected: "foo" + Received: undefined ❯ tests/index.test.ts:5:10
test (windows-latest, 20)
Process completed with exit code 1.
tests/index.test.ts > simple: tests/index.test.ts#L5
AssertionError: expected undefined to equal 'foo' - Expected: "foo" + Received: undefined ❯ tests/index.test.ts:5:10
test (windows-latest, 22)
Process completed with exit code 1.
lint: dev.ts#L7
Unexpected console statement. Only these console methods are allowed: warn, error, info, clear