Skip to content

chore: wip push

chore: wip push #65

Triggered via push January 22, 2025 09:40
Status Failure
Total duration 27s
Artifacts

test.yml

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

Annotations

3 errors
src/commands/components/actions.test.ts > pull components actions > saveComponentsToFiles > should save components to separate files: src/commands/components/actions.test.ts#L216
AssertionError: expected [ 'component-name-2.json', …(2) ] to deeply equal [ 'component-name-2.json', …(1) ] - Expected + Received Array [ "component-name-2.json", "component-name.json", + "groups.json", ] ❯ src/commands/components/actions.test.ts:216:21
src/commands/login/actions.test.ts > login actions > loginWithEmailAndPassword > should throw an error for invalid email: src/commands/login/actions.test.ts#L76
AssertionError: expected [Function] to throw error including 'The provided credentials are invalid' but got 'The request was well-formed but was u…' Expected: "The provided credentials are invalid" Received: "The request was well-formed but was unable to be followed due to semantic errors" ❯ src/commands/login/actions.test.ts:76:7
Test (20)
Process completed with exit code 1.