mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Fix karma tests
As we now use draft-js: https://github.com/facebook/fbjs/issues/133#event-617440260
This commit is contained in:
parent
e507339324
commit
0635a6f562
1 changed files with 1 additions and 0 deletions
|
@ -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},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue