@davinchi-project/icon-bar
Version:
Iconbar inspired by how to section in w3school
13 lines (9 loc) • 339 B
text/typescript
import { TestBed } from '@angular/core/testing';
import { IconBarService } from './icon-bar.service';
describe('IconBarService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: IconBarService = TestBed.get(IconBarService);
expect(service).toBeTruthy();
});
});