Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-17 20:29:05 +0300
committerbrantje <brantje@gmail.com>2016-10-17 20:29:05 +0300
commite83bcd32421549ffda6e0aa8b2ef7a38dd55d743 (patch)
tree08461ead7699583403ccc38c016d4992f07156fc /tests
parent0d0f5bc7a04695e28e2e04462dfeb0b5484685d8 (diff)
Make scrutinizer happy
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/js/app/controllers/menuTest.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/js/app/controllers/menuTest.js b/tests/unit/js/app/controllers/menuTest.js
index 3a092230..27692e2a 100644
--- a/tests/unit/js/app/controllers/menuTest.js
+++ b/tests/unit/js/app/controllers/menuTest.js
@@ -5,6 +5,8 @@ describe('MenuCtrl', function() {
});
}));
+ beforeEach(module('LocalStorageModule'));
+
var $controller;
var $scope;
beforeEach(inject(function(_$controller_){