aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/reactions/__tests__/synchronizeConfig.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/src/reactions/__tests__/synchronizeConfig.test.ts')
-rw-r--r--packages/main/src/reactions/__tests__/synchronizeConfig.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/src/reactions/__tests__/synchronizeConfig.test.ts b/packages/main/src/reactions/__tests__/synchronizeConfig.test.ts
index d4d8abf..ae3b59f 100644
--- a/packages/main/src/reactions/__tests__/synchronizeConfig.test.ts
+++ b/packages/main/src/reactions/__tests__/synchronizeConfig.test.ts
@@ -43,7 +43,7 @@ beforeEach(() => {
43 store = SharedStore.create(); 43 store = SharedStore.create();
44}); 44});
45 45
46describe('when synchronizeializing', () => { 46describe('when initializing', () => {
47 describe('when there is no config file', () => { 47 describe('when there is no config file', () => {
48 beforeEach(() => { 48 beforeEach(() => {
49 mocked(repository.readConfig).mockResolvedValueOnce({ 49 mocked(repository.readConfig).mockResolvedValueOnce({