Update settings.component.spec.ts

This commit is contained in:
piotrpekala7 2021-04-16 13:32:03 +02:00
parent 909986af96
commit 641a542714

View File

@ -23,6 +23,7 @@ describe('SettingsComponent', () => {
let mapSettingsService = {
integrateLinkLabelsToLinks: true,
toggleIntegrateInterfaceLabels(val: boolean) {},
toggleOpenReadme(val: boolean) {}
};
let consoleService;
let updatesService = autoSpy(UpdatesService);