UNPKG

test-me

Version:
12 lines (9 loc) 322 B
/* tslint:disable:no-unused-variable */ import { TestBed, async } from '@angular/core/testing'; import { TestMeComponent } from './test-me.component'; describe('Component: TestMe', () => { it('should create an instance', () => { let component = new TestMeComponent(); expect(component).toBeTruthy(); }); });