From 0635a6f5627d3c42ee619a4f0366057e001bd4b1 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 14 Jun 2016 16:32:07 +0100 Subject: [PATCH] Fix karma tests As we now use draft-js: https://github.com/facebook/fbjs/issues/133#event-617440260 --- karma.conf.js | 1 + 1 file changed, 1 insertion(+) diff --git a/karma.conf.js b/karma.conf.js index b97273796b..971e968231 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -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}, ],