Branch new command final #105
Annotations
3 errors and 2 warnings
src/commands/changes/commit.test.tsx > correctly renders changes commit UI > runs as intended:
src/commands/changes/commit.test.tsx#L67
AssertionError: expected 'Yikes, it seems something went wrong.…' to equal 'Committed all changes'
- Expected
+ Received
- Committed all changes
+ Yikes, it seems something went wrong. Please try again or contact us if the issue persists.
+ ┌────────────────────────────────────────────────┐
+ │ git.addAllFiles is not a function │
+ └────────────────────────────────────────────────┘
❯ src/commands/changes/commit.test.tsx:67:40
|
src/commands/changes/commit.test.tsx > correctly renders changes commit UI > displays a loading state while processing:
src/commands/changes/commit.test.tsx#L98
AssertionError: expected 'Yikes, it seems something went wrong.…' to equal 'Loading...'
- Expected
+ Received
- Loading...
+ Yikes, it seems something went wrong. Please try again or contact us if the issue persists.
+ ┌────────────────────────────────────────────────┐
+ │ git.addAllFiles is not a function │
+ └────────────────────────────────────────────────┘
❯ src/commands/changes/commit.test.tsx:98:40
|
lint_test
Process completed with exit code 1.
|
lint_test:
src/app.tsx#L8
Unexpected any. Specify a different type
|
lint_test:
src/types.ts#L15
Unexpected any. Specify a different type
|