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

Fix karma tests
pull/1652/head
Richard van der Hoff 2016-06-14 16:38:14 +01:00 committed by GitHub
commit 8cd4637316
1 changed files with 1 additions and 0 deletions

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},
],