Skip to content

refactor: 💡 Bundle parameter shouldn't be a negation (#34) #87

refactor: 💡 Bundle parameter shouldn't be a negation (#34)

refactor: 💡 Bundle parameter shouldn't be a negation (#34) #87

Triggered via push September 19, 2024 14:39
Status Failure
Total duration 52s
Billable time 1m
Artifacts

test-runner.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/commands/auth/login.test.ts > Login > should request token from verification session: src/commands/auth/login.test.ts#L62
AssertionError: expected "spy" to be called with arguments: [ { …(1) } ] Received: 1st spy call: Array [ Object { - "createPersonalAccessTokenFromVerificationSession": Array [ - Object { + "createPersonalAccessTokenFromVerificationSession": Object { + "__args": Object { "data": Object { "name": undefined, }, "where": Object { "id": "mockVerificationSession", }, }, - ], + }, }, ] Number of calls: 1 ❯ src/commands/auth/login.test.ts:62:33
build
Process completed with exit code 1.