Merge pull request #1643 from vector-im/dbkr/fix_karma

Fix karma tests
This commit is contained in:
Richard van der Hoff
2016-06-14 16:38:14 +01:00
committed by GitHub

View File

@@ -27,6 +27,7 @@ module.exports = function (config) {
// list of files / patterns to load in the browser
files: [
'node_modules/babel-polyfill/browser.js',
testFile,
{pattern: 'vector/img/*', watched: false, included: false, served: true, nocache: false},
],