Fix karma tests

As we now use draft-js: https://github.com/facebook/fbjs/issues/133#event-617440260
This commit is contained in:
David Baker 2016-06-14 16:32:07 +01:00
parent e507339324
commit 0635a6f562

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