Skip to content

Commit

Permalink
SDA-4757 - Fix uts
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Dec 26, 2024
1 parent 577956b commit c6da586
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions spec/config.spec.ts
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down

0 comments on commit c6da586

Please sign in to comment.