ci: oclif mess around #2594
Annotations
10 errors
Build and run tests:
__tests__/bin.test.ts#L11
AssertionError: expected '' to contain 'ReadMe\'s official CLI and GitHub Act…'
- Expected
+ Received
- ReadMe's official CLI and GitHub Action
❯ __tests__/bin.test.ts:11:24
❯ ChildProcess.exithandler node:child_process:421:5
❯ ChildProcess.emit node:events:507:28
❯ maybeClose node:internal/child_process:1101:16
❯ Process.ChildProcess._handle.onexit node:internal/child_process:305:5
This error originated in "__tests__/bin.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should show our help screen". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Build and run tests:
__tests__/cmds/docker-gha.test.ts#L20
AssertionError: promise rejected "SyntaxError: Unexpected identifier 'asser…" instead of resolving
❯ __tests__/cmds/docker-gha.test.ts:20:31
Caused by: Caused by: SyntaxError: Unexpected identifier 'assert'
|
Build and run tests:
__tests__/cmds/docker-gha.test.ts#L31
AssertionError: expected [Function] to throw error including 'Multiple API definitions found in cur…' but got 'Unexpected identifier \'assert\''
Expected: "Multiple API definitions found in current directory. Please specify file."
Received: "Unexpected identifier 'assert'"
❯ __tests__/cmds/docker-gha.test.ts:31:5
|
Build and run tests:
__tests__/cmds/docker-gha.test.ts#L42
AssertionError: promise rejected "SyntaxError: Unexpected identifier 'asser… { …(4) }" instead of resolving
❯ __tests__/cmds/docker-gha.test.ts:42:104
Caused by: Caused by: SyntaxError: Unexpected identifier 'assert'
|
Build and run tests:
__tests__/cmds/login.test.ts#L47
AssertionError: promise rejected "SyntaxError: Unexpected identifier 'asser…" instead of resolving
❯ __tests__/cmds/login.test.ts:47:23
Caused by: Caused by: SyntaxError: Unexpected identifier 'assert'
|
Build and run tests:
__tests__/cmds/login.test.ts#L61
AssertionError: promise rejected "SyntaxError: Unexpected identifier 'asser… { …(4) }" instead of resolving
❯ __tests__/cmds/login.test.ts:61:45
Caused by: Caused by: SyntaxError: Unexpected identifier 'assert'
|
Build and run tests:
__tests__/cmds/login.test.ts#L75
AssertionError: promise rejected "SyntaxError: Unexpected identifier 'asser… { …(5) }" instead of resolving
❯ __tests__/cmds/login.test.ts:75:103
Caused by: Caused by: SyntaxError: Unexpected identifier 'assert'
|
Build and run tests:
__tests__/cmds/login.test.ts#L89
AssertionError: promise rejected "SyntaxError: Unexpected identifier 'asser… { …(5) }" instead of resolving
❯ __tests__/cmds/login.test.ts:89:87
Caused by: Caused by: SyntaxError: Unexpected identifier 'assert'
|
Build and run tests:
__tests__/cmds/login.test.ts#L111
AssertionError: expected error to have message: Either your email address or password is incorrect
If you need help, email [email protected] and mention log "fake-metrics-uuid".
- Expected
+ Received
- Either your email address or password is incorrect
-
- If you need help, email [email protected] and mention log "fake-metrics-uuid".
+ Unexpected identifier 'assert'
❯ __tests__/cmds/login.test.ts:111:5
|
Build and run tests:
__tests__/cmds/login.test.ts#L130
AssertionError: promise rejected "SyntaxError: Unexpected identifier 'asser… { …(5) }" instead of resolving
❯ __tests__/cmds/login.test.ts:130:23
Caused by: Caused by: SyntaxError: Unexpected identifier 'assert'
|
Loading