summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/portalsdk-tag-library/projects/portalsdk-tag-lib/src/lib/portalsdk-tag-lib.service.spec.ts
blob: bad744fbb4a33dd71a7d9f521f437cc306d77290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import { TestBed } from '@angular/core/testing';

import { PortalsdkTagLibService } from './portalsdk-tag-lib.service';

describe('PortalsdkTagLibService', () => {
  beforeEach(() => TestBed.configureTestingModule({}));

  it('should be created', () => {
    const service: PortalsdkTagLibService = TestBed.get(PortalsdkTagLibService);
    expect(service).toBeTruthy();
  });
});