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.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/js/tests/unit/stubs/App.js b/js/tests/unit/stubs/App.js
new file mode 100644
index 000000000..dc512f5e1
--- /dev/null
+++ b/js/tests/unit/stubs/App.js
@@ -0,0 +1,15 @@
+/**
+ * ownCloud - News
+ *
+ * This file is licensed under the Affero General Public License version 3 or
+ * later. See the COPYING file.
+ *
+ * @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