feat: init #1
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
|