mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-28 17:52:17 +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', () => {
|
||||
it('should be resetted', () => {
|
||||
it('should be reset', () => {
|
||||
store.dispatch('TimelineSpace/SideMenu/clearUnread')
|
||||
expect(store.state.TimelineSpace.SideMenu.unreadHomeTimeline).toEqual(false)
|
||||
expect(store.state.TimelineSpace.SideMenu.unreadNotifications).toEqual(false)
|
||||
|
Loading…
Reference in New Issue
Block a user