UNPKG

ng6-cli

Version:

Tooling to build applications with Angular 1.5, ES6, and Webpack.

15 lines (11 loc) 283 B
import { expect } from 'chai'; import Service from './<%= name %>.service'; describe('<%= name %> Service', () => { it('Should be constructed', () => { // Arrange const service = new Service(); // Act // Assert expect(service).not.to.be.undefined; }); });