From 86cb381e3b2ef90c386dc10b279d4ac76ce07667 Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Thu, 26 Dec 2024 22:58:56 +0530 Subject: [PATCH] SDA-4757 - Fix uts --- spec/config.spec.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/spec/config.spec.ts b/spec/config.spec.ts index 3719c3ef8..dfed88faf 100644 --- a/spec/config.spec.ts +++ b/spec/config.spec.ts @@ -1,11 +1,8 @@ import * as fs from 'fs'; import * as os from 'os'; import * as path from 'path'; -import { - ConfigFieldsDefaultValues, - IConfig, - IGlobalConfig, -} from '../src/app/config-handler'; +import { IConfig, IGlobalConfig } from '../src/app/config-handler'; +import { ConfigFieldsDefaultValues } from '../src/common/config-interface'; jest.mock('electron-log'); jest.mock('../src/app/auto-update-handler', () => {