summaryrefslogtreecommitdiffstats
path: root/js/tests/unit/stubs/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/stubs/App.js')
-rw-r--r--js/tests/unit/stubs/App.js7
1 files changed, 1 insertions, 6 deletions
diff --git a/js/tests/unit/stubs/App.js b/js/tests/unit/stubs/App.js
index dc512f5e1..5c32b1b76 100644
--- a/js/tests/unit/stubs/App.js
+++ b/js/tests/unit/stubs/App.js
@@ -7,9 +7,4 @@
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @copyright Bernhard Posselt 2012, 2014
*/
-window.app = angular.module('News', [
- 'ngRoute',
- 'ngSanitize',
- 'ngAnimate',
- 'ngMock'
-]); \ No newline at end of file
+window.app = angular.module('News', ['ngRoute', 'ngSanitize', 'ngMock']); \ No newline at end of file