Skip to content

feat: before 0.13.0 release changes #74

feat: before 0.13.0 release changes

feat: before 0.13.0 release changes #74

Triggered via push September 27, 2024 14:30
Status Failure
Total duration 2m 14s
Artifacts

actions.yml

on: push
Matrix: Build
Matrix: Lint JavaScript/TypeScript
Matrix: Check Prettier
Matrix: Check renovate
Matrix: Lint SCSS
Matrix: Test
Matrix: Check types
Fit to window
Zoom out
Zoom in

Annotations

6 errors
src/juju/jimm/listeners.test.ts > listeners > starts polling when start action is dispatched: src/juju/jimm/listeners.test.ts#L98
AssertionError: expected "spy" to be called with arguments: [ '/auth/whoami' ] Received: 1st spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 2nd spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 3rd spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 4th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 5th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 6th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 7th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 8th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 9th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 10th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 11th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 12th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 13th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 14th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 15th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 16th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 17th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 18th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 19th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 20th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 21st spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 22nd spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 23rd spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 24th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 25th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 26th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 27th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 28th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 29th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 30th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 31st spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 32nd spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 33rd spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 34th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 35th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 36th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 37th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 38th spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] 39th spy call: Arr
src/juju/jimm/thunks.test.ts > thunks > logout: src/juju/jimm/thunks.test.ts#L15
AssertionError: expected "spy" to be called with arguments: [ '/auth/logout' ] Received: 1st spy call: Array [ "/auth/logout", + Object { + "credentials": "include", + }, ] Number of calls: 1 ❯ src/juju/jimm/thunks.test.ts:15:26
src/juju/jimm/thunks.test.ts > thunks > whoami returns a user: src/juju/jimm/thunks.test.ts#L39
AssertionError: expected "spy" to be called with arguments: [ '/auth/whoami' ] Received: 1st spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] Number of calls: 1 ❯ src/juju/jimm/thunks.test.ts:39:26
src/juju/jimm/thunks.test.ts > thunks > whoami handles non-authenticated user: src/juju/jimm/thunks.test.ts#L46
AssertionError: expected "spy" to be called with arguments: [ '/auth/whoami' ] Received: 1st spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] Number of calls: 1 ❯ src/juju/jimm/thunks.test.ts:46:26
src/juju/jimm/thunks.test.ts > thunks > whoami handles non-authenticated user: src/juju/jimm/thunks.test.ts#L54
AssertionError: expected "spy" to be called with arguments: [ '/auth/whoami' ] Received: 1st spy call: Array [ "/auth/whoami", + Object { + "credentials": "include", + }, ] Number of calls: 1 ❯ src/juju/jimm/thunks.test.ts:54:26
Test (18.x)
Process completed with exit code 1.