UNPKG

generator-cg-angular

Version:

Yeoman Generator for Enterprise Angular projects.

14 lines (7 loc) 266 B
describe('<%= _.camelize(name) %>', function() { beforeEach(module('<%= appname %>')); it('should ...', inject(function($filter) { var filter = $filter('<%= _.camelize(name) %>'); expect(filter('input')).toEqual('output'); })); });