summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.service.spec.ts
diff options
context:
space:
mode:
authorBrinda Santh Muthuramalingam <brindasanth@in.ibm.com>2019-08-22 15:17:57 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-22 15:17:57 +0000
commitb496e93839fba89a8ea2ab026954a6f6359bc4c2 (patch)
tree7b956a7698944e6afca2523a8a39723c74c54907 /cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.service.spec.ts
parentdd48bf20a0b0b63979a85528090e6ff26ced847d (diff)
parent35d8560b19e46dccae3458db5105af842826abe9 (diff)
Merge "Edit option service"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.service.spec.ts')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.service.spec.ts12
1 files changed, 12 insertions, 0 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.service.spec.ts b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.service.spec.ts
new file mode 100644
index 000000000..e5e2d0256
--- /dev/null
+++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.service.spec.ts
@@ -0,0 +1,12 @@
+import { TestBed } from '@angular/core/testing';
+
+import { SelectTemplateService } from './select-template.service';
+
+describe('SelectTemplateService', () => {
+ beforeEach(() => TestBed.configureTestingModule({}));
+
+ it('should be created', () => {
+ const service: SelectTemplateService = TestBed.get(SelectTemplateService);
+ expect(service).toBeTruthy();
+ });
+});