Skip to content

Commit

Permalink
comment out unused import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 9, 2024
1 parent eb014f3 commit 6bef91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __mocks__/electron-store.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// mock electron-store
'use strict'
import { vi } from 'vitest'
import { DEFAULTS_V12, migrate } from '../app-shell-odd/src/config/migrate'
// import { DEFAULTS_V12, migrate } from '../app-shell-odd/src/config/migrate'

// will by default mock the config dir. if you need other behaavior you can
// override this mock (see app-shell/src/__tests__/discovery.test.ts for an example)
Expand Down

0 comments on commit 6bef91d

Please sign in to comment.