mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-21 05:53:06 +00:00
Fix for unit tests
This commit is contained in:
parent
1762c118b6
commit
e80aec68fe
@ -36,7 +36,8 @@ export class MockedProjectService {
|
||||
show_interface_labels: false,
|
||||
show_layers: false,
|
||||
show_grid: false,
|
||||
snap_to_grid: false
|
||||
snap_to_grid: false,
|
||||
variables: []
|
||||
}
|
||||
];
|
||||
|
||||
|
@ -28,7 +28,8 @@ describe('ConfirmationDialogComponent', () => {
|
||||
show_interface_labels: false,
|
||||
show_layers: false,
|
||||
show_grid: false,
|
||||
snap_to_grid: false
|
||||
snap_to_grid: false,
|
||||
variables: []
|
||||
};
|
||||
|
||||
beforeEach(() => {
|
||||
|
@ -41,7 +41,8 @@ export class MockedProjectService {
|
||||
show_interface_labels: false,
|
||||
show_layers: false,
|
||||
show_grid: false,
|
||||
snap_to_grid: false
|
||||
snap_to_grid: false,
|
||||
variables: []
|
||||
}
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user