From d2aa484b600dc0d122bb994b9bb29504ffe4cf12 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 3 May 2022 19:47:39 +0200 Subject: build: integration testing support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Run integration tests in an electron environment for the main process. Signed-off-by: Kristóf Marussy --- packages/main/src/stores/SharedStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/main/src/stores/SharedStore.ts') diff --git a/packages/main/src/stores/SharedStore.ts b/packages/main/src/stores/SharedStore.ts index 3aa8c73..f93c3d4 100644 --- a/packages/main/src/stores/SharedStore.ts +++ b/packages/main/src/stores/SharedStore.ts @@ -21,7 +21,7 @@ import { defineSharedStoreModel, WritingDirection } from '@sophie/shared'; import { getSnapshot, Instance } from 'mobx-state-tree'; -import { getLogger } from '../utils/log'; +import getLogger from '../utils/getLogger'; import GlobalSettings from './GlobalSettings'; import Profile from './Profile'; -- cgit v1.2.3-54-g00ecf