chore: wip push #65
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.
|