adding ionic module to tests
This commit is contained in:
parent
df2811eeba
commit
6577b63887
3 changed files with 3 additions and 5 deletions
|
|
@ -80,6 +80,7 @@ mocks.init = function(fixtures, controllerName, opts, done) {
|
|||
angular.module('stateMock', []);
|
||||
angular.module('stateMock').service("$state", mocks.$state.bind());
|
||||
|
||||
module('ionic');
|
||||
module('ngLodash');
|
||||
module('gettext');
|
||||
module('bwcModule', function($provide) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue