aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/reactions/loadServices.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-03 19:47:39 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:02 +0200
commitd2aa484b600dc0d122bb994b9bb29504ffe4cf12 (patch)
tree1d3e38fdb22f7afe02f1ebcf4b07734761970985 /packages/main/src/reactions/loadServices.ts
parentrefactor: config file saving and debugging (diff)
downloadsophie-d2aa484b600dc0d122bb994b9bb29504ffe4cf12.tar.gz
sophie-d2aa484b600dc0d122bb994b9bb29504ffe4cf12.tar.zst
sophie-d2aa484b600dc0d122bb994b9bb29504ffe4cf12.zip
build: integration testing support
Run integration tests in an electron environment for the main process. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/main/src/reactions/loadServices.ts')
-rw-r--r--packages/main/src/reactions/loadServices.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/src/reactions/loadServices.ts b/packages/main/src/reactions/loadServices.ts
index f56ac62..50fd2cb 100644
--- a/packages/main/src/reactions/loadServices.ts
+++ b/packages/main/src/reactions/loadServices.ts
@@ -29,7 +29,7 @@ import type {
29} from '../infrastructure/electron/types'; 29} from '../infrastructure/electron/types';
30import type MainStore from '../stores/MainStore'; 30import type MainStore from '../stores/MainStore';
31import type Service from '../stores/Service'; 31import type Service from '../stores/Service';
32import { getLogger } from '../utils/log'; 32import getLogger from '../utils/getLogger';
33 33
34const log = getLogger('loadServices'); 34const log = getLogger('loadServices');
35 35