generator-angular-eggs
Version:
Angular 1.5, Angular Component Router, Bootstrap v4(alpha) and TingoDB(like MongoDB) with an Express server
22 lines (15 loc) • 451 B
JavaScript
(function() {
'use strict';
describe('Service: GruntfilesService', function() {
var GruntfilesService, $rootScope;
beforeEach(module('<%= appname %>.service.gruntfiles'));
beforeEach(inject(function(_$rootScope_, _GruntfilesService_) {
GruntfilesService = _GruntfilesService_;
$rootScope = _$rootScope_;
}));
describe('someThing', function() {
it('someThing', function() {
});
});
});
})();