summaryrefslogtreecommitdiffstats
path: root/js-old/tests/unit/stubs/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'js-old/tests/unit/stubs/App.js')
-rw-r--r--js-old/tests/unit/stubs/App.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/js-old/tests/unit/stubs/App.js b/js-old/tests/unit/stubs/App.js
new file mode 100644
index 000000000..a764939b4
--- /dev/null
+++ b/js-old/tests/unit/stubs/App.js
@@ -0,0 +1,10 @@
+/**
+ * Nextcloud - 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', 'ngMock']); \ No newline at end of file