Unit tests added

This commit is contained in:
Piotr Pekala
2019-08-12 05:40:40 -07:00
parent 528842b713
commit cd365798bb
2 changed files with 70 additions and 0 deletions

View File

@ -94,6 +94,10 @@ export class MockedNodeService {
duplicate(server: Server, node: Node) {
return of(node);
}
update(server: Server, node: Node) {
return of(node);
}
}
export class MockedDrawingService {