Skip to content

Commit

Permalink
[#1447] Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fivitti committed Sep 17, 2024
1 parent 4a4c22a commit 6e8d329
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const mockGetDaemonConfig = {
},
],
optionsHash: '234',
}
},
}

export default {
Expand Down Expand Up @@ -298,4 +298,4 @@ export const Empty: Story = {
},
],
},
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6e8d329

Please sign in to comment.