about summary refs log tree commit diff
path: root/__tests__/view/shell/mobile/Menu.test.tsx
diff options
context:
space:
mode:
authorAryan Goharzad <arrygoo@gmail.com>2023-01-20 14:43:28 -0500
committerGitHub <noreply@github.com>2023-01-20 13:43:28 -0600
commit06e41167d05a26befb14b9742f4fc4ef3833d35d (patch)
tree53b1dea4922903ca91775980b6cfb1f0adea05e3 /__tests__/view/shell/mobile/Menu.test.tsx
parent2fce1637b4ae01667da8ceafaa07a6266ab88450 (diff)
downloadvoidsky-06e41167d05a26befb14b9742f4fc4ef3833d35d.tar.zst
Lints some errors and warnings (#76)
Diffstat (limited to '__tests__/view/shell/mobile/Menu.test.tsx')
-rw-r--r--__tests__/view/shell/mobile/Menu.test.tsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/__tests__/view/shell/mobile/Menu.test.tsx b/__tests__/view/shell/mobile/Menu.test.tsx
index caec5f29a..0bffaff7f 100644
--- a/__tests__/view/shell/mobile/Menu.test.tsx
+++ b/__tests__/view/shell/mobile/Menu.test.tsx
@@ -1,10 +1,7 @@
 import React from 'react'
 import {Menu} from '../../../../src/view/shell/mobile/Menu'
 import {cleanup, fireEvent, render} from '../../../../jest/test-utils'
-import {
-  mockedNavigationStore,
-  mockedShellStore,
-} from '../../../../__mocks__/state-mock'
+import {mockedNavigationStore} from '../../../../__mocks__/state-mock'
 
 describe('Menu', () => {
   const onCloseMock = jest.fn()