Fix karma tests

As we now use draft-js: https://github.com/facebook/fbjs/issues/133#event-617440260
pull/1643/head
David Baker 2016-06-14 16:32:07 +01:00
parent e507339324
commit 0635a6f562
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},
],