Skip to content

Branch new command final #105

Branch new command final

Branch new command final #105

Triggered via pull request October 9, 2024 04:49
Status Failure
Total duration 24s
Artifacts

test.yaml

on: pull_request
lint_test
16s
lint_test
Fit to window
Zoom out
Zoom in

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