diff --git a/__mocks__/electron-store.js b/__mocks__/electron-store.js index 49444bba1f5..51261150343 100644 --- a/__mocks__/electron-store.js +++ b/__mocks__/electron-store.js @@ -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)