Merge pull request #555 from webitel/hotfix/closed-chats-console #627
Annotations
3 errors and 2 warnings
src/features/modules/chat/store/__tests__/client-handlers.spec.js > features/chat store client handlers: actions > HANDLE_DESTROY_ACTION commits REMOVE_CHAT mutation with removed chat:
src/features/modules/chat/store/__tests__/client-handlers.spec.js#L87
AssertionError: expected "spy" to be called with arguments: [ 'REMOVE_CHAT', …(1) ]
Received:
Number of calls: 0
❯ src/features/modules/chat/store/__tests__/client-handlers.spec.js:87:28
|
src/features/modules/chat/store/__tests__/client-handlers.spec.js > features/chat store client handlers: actions > HANDLE_DESTROY_ACTION dispatches _RESET_UNREAD_COUNT:
src/features/modules/chat/store/__tests__/client-handlers.spec.js#L92
AssertionError: expected "spy" to be called with arguments: [ '_RESET_UNREAD_COUNT' ]
Received:
1st spy call:
Array [
- "_RESET_UNREAD_COUNT",
+ "RESET_CHAT",
+ Object {
+ "id": "1",
+ "messages": Array [],
+ },
]
Number of calls: 1
❯ src/features/modules/chat/store/__tests__/client-handlers.spec.js:92:30
|
test
Process completed with exit code 1.
|
install_deps
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|