UNPKG

ng6-cli

Version:

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

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