mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-21 07:58:25 +00:00
Unit tests added
This commit is contained in:
@ -64,6 +64,10 @@ export class MockedProgressService {
|
||||
export class MockedNodeService {
|
||||
public node = { label: {} } as Node;
|
||||
constructor() {}
|
||||
|
||||
getDefaultCommand(): string {
|
||||
return `putty.exe -telnet \%h \%p -wt \"\%d\" -gns3 5 -skin 4`;
|
||||
}
|
||||
|
||||
updateLabel(): Observable<Node> {
|
||||
return of(this.node);
|
||||
|
Reference in New Issue
Block a user