mirror of https://github.com/vector-im/riot-web
Fix karma tests
As we now use draft-js: https://github.com/facebook/fbjs/issues/133#event-617440260pull/1643/head
parent
e507339324
commit
0635a6f562
|
@ -27,6 +27,7 @@ module.exports = function (config) {
|
||||||
|
|
||||||
// list of files / patterns to load in the browser
|
// list of files / patterns to load in the browser
|
||||||
files: [
|
files: [
|
||||||
|
'node_modules/babel-polyfill/browser.js',
|
||||||
testFile,
|
testFile,
|
||||||
{pattern: 'vector/img/*', watched: false, included: false, served: true, nocache: false},
|
{pattern: 'vector/img/*', watched: false, included: false, served: true, nocache: false},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue