summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-11-11 04:45:32 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-11-11 04:45:32 +0000
commitd669eb6d054fb49714ca0d4a5c551188e50765f6 (patch)
tree9dd04976423e70d9563147044d687f9b89e1ab8d
parentfix button spacing (diff)
downloadsynapse-d669eb6d054fb49714ca0d4a5c551188e50765f6.tar.xz
add new peity dep to tests
-rw-r--r--syweb/webclient/test/karma.conf.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/syweb/webclient/test/karma.conf.js b/syweb/webclient/test/karma.conf.js

index 7ce958adc9..5f0642ca33 100644 --- a/syweb/webclient/test/karma.conf.js +++ b/syweb/webclient/test/karma.conf.js
@@ -22,6 +22,8 @@ module.exports = function(config) { '../js/angular-route.js', '../js/angular-animate.js', '../js/angular-sanitize.js', + '../js/jquery.peity.min.js', + '../js/angular-peity.js', '../js/ng-infinite-scroll-matrix.js', '../js/ui-bootstrap*', '../js/elastic.js',