1
0
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:
Josh Soref 2022-12-26 17:49:53 -05:00
parent 254316b3ab
commit e19273ccec

View File

@ -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)