diff --git a/webui/src/app/kea-global-configuration-page/kea-global-configuration-page.component.stories.ts b/webui/src/app/kea-global-configuration-page/kea-global-configuration-page.component.stories.ts index 99f92cbb..9b704cc2 100644 --- a/webui/src/app/kea-global-configuration-page/kea-global-configuration-page.component.stories.ts +++ b/webui/src/app/kea-global-configuration-page/kea-global-configuration-page.component.stories.ts @@ -200,7 +200,7 @@ const mockGetDaemonConfig = { }, ], optionsHash: '234', - } + }, } export default { @@ -298,4 +298,4 @@ export const Empty: Story = { }, ], }, -} \ No newline at end of file +} diff --git a/webui/src/app/kea-global-configuration-view/kea-global-configuration-view.component.spec.ts b/webui/src/app/kea-global-configuration-view/kea-global-configuration-view.component.spec.ts index 10dbc098..469d0bb6 100644 --- a/webui/src/app/kea-global-configuration-view/kea-global-configuration-view.component.spec.ts +++ b/webui/src/app/kea-global-configuration-view/kea-global-configuration-view.component.spec.ts @@ -20,8 +20,22 @@ describe('KeaGlobalConfigurationViewComponent', () => { beforeEach(async () => { await TestBed.configureTestingModule({ - imports: [ButtonModule, FieldsetModule, NoopAnimationsModule, TableModule, TooltipModule, TreeModule, OverlayPanelModule, TagModule], - declarations: [CascadedParametersBoardComponent, KeaGlobalConfigurationViewComponent, DhcpOptionSetViewComponent, HelpTipComponent] + imports: [ + ButtonModule, + FieldsetModule, + NoopAnimationsModule, + TableModule, + TooltipModule, + TreeModule, + OverlayPanelModule, + TagModule, + ], + declarations: [ + CascadedParametersBoardComponent, + KeaGlobalConfigurationViewComponent, + DhcpOptionSetViewComponent, + HelpTipComponent, + ], }).compileComponents() fixture = TestBed.createComponent(KeaGlobalConfigurationViewComponent)