Merge branch 'feature/utils-tests' into staging #1302
Annotations
3 errors
src/utils/__tests__/notifications.spec.js > sendWindowNotification > should use image prefix for body when image is provided:
src/utils/notifications.js#L17
TypeError: Cannot read properties of undefined (reading 't')
❯ Module.sendWindowNotification src/utils/notifications.js:17:34
❯ src/utils/__tests__/notifications.spec.js:95:5
|
src/components/chats/DiscussionSidebar/__tests__/DiscussionSidebar.spec.js > DiscussionSidebar > should hide loading state once the discussion details are loaded:
src/components/chats/DiscussionSidebar/__tests__/DiscussionSidebar.spec.js#L80
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ src/components/chats/DiscussionSidebar/__tests__/DiscussionSidebar.spec.js:80:7
|
lint-test-build
Process completed with exit code 1.
|