UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

17 lines (12 loc) 373 B
import { TestBed } from '@angular/core/testing'; import { DrawerService } from './drawer.service'; describe('DrawerService', () => { let service: DrawerService; beforeEach(() => { TestBed.configureTestingModule({}); service = TestBed.inject(DrawerService); }); it('should be created', () => { expect(service).toBeTruthy(); }); });