Skip to content

Commit

Permalink
test: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Oct 17, 2024
1 parent 92ad07d commit b0fad19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/renderers/picker/components/organisms/apps.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ import { clickedApp, pressedKey } from '../../state/actions.js'
import Wrapper from '../_bootstrap.js'

beforeAll(() => {
globalThis.window ??= Object.create(globalThis)

Object.defineProperty(globalThis.navigator, 'keyboard', {
value: {
getLayoutMap: jest
Expand Down
2 changes: 0 additions & 2 deletions src/renderers/picker/components/organisms/url-bar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import { Channel } from '../../../../shared/state/channels.js'
import Wrapper from '../_bootstrap.js'

beforeAll(() => {
globalThis.window ??= Object.create(globalThis)

Object.defineProperty(globalThis.navigator, 'keyboard', {
value: {
getLayoutMap: jest
Expand Down

0 comments on commit b0fad19

Please sign in to comment.