Disable applications build
[dlux.git] / modules / common-login-resources / src / main / resources / login / login.spec.js
index f16c990785d279c912acb6b7b4a85a319fce3a97..47fcf35b3b630852b018b9889cfef9d74d37fd98 100644 (file)
@@ -1,6 +1,6 @@
-define(['common/login/login.controller'], function() {
+define(['common/login/login.controller', 'angular-ui-router', 'common/layout/layout.module'], function() {
   describe('Login Module', function() {
-    var scope, state, controller, location, _AuthMock;
+    var scope, state, controller, location, AuthMock;
     var url = '/test';
 
     beforeEach(module('ui.router'));