summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/select-template/select-template.service.spec.ts
blob: e5e2d025666a17c49c701b8d93f24bb192497a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
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();
  });
});