mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-21 07:58:25 +00:00
Apply code style
This commit is contained in:
@ -8,9 +8,8 @@ describe('NodeSelectInterfaceComponent', () => {
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [ NodeSelectInterfaceComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
declarations: [NodeSelectInterfaceComponent]
|
||||
}).compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
|
Reference in New Issue
Block a user