mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-01 03:28:20 +01:00
spelling: reset
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
254316b3ab
commit
e19273ccec
@ -119,7 +119,7 @@ describe('SideMenu', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('clearUnread', () => {
|
describe('clearUnread', () => {
|
||||||
it('should be resetted', () => {
|
it('should be reset', () => {
|
||||||
store.dispatch('TimelineSpace/SideMenu/clearUnread')
|
store.dispatch('TimelineSpace/SideMenu/clearUnread')
|
||||||
expect(store.state.TimelineSpace.SideMenu.unreadHomeTimeline).toEqual(false)
|
expect(store.state.TimelineSpace.SideMenu.unreadHomeTimeline).toEqual(false)
|
||||||
expect(store.state.TimelineSpace.SideMenu.unreadNotifications).toEqual(false)
|
expect(store.state.TimelineSpace.SideMenu.unreadNotifications).toEqual(false)
|
||||||
|
Loading…
Reference in New Issue
Block a user