summaryrefslogtreecommitdiffstats
path: root/js/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-13 03:05:47 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-13 03:05:47 +0200
commit218f7821cb9ccb23a0c2c37548fdadadcc8c59f0 (patch)
tree0233309afeff5bfa82a905a4668f447fedf85768 /js/tests
parentbb3a3d9c30b2bc7e68c2c622c48900c5b277b139 (diff)
remove angular-animate from build, update bower packages
Diffstat (limited to 'js/tests')
-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