1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Use babel 5 for karma tests

This commit is contained in:
Richard van der Hoff
2016-03-31 16:38:56 +01:00
parent 3129e84b6c
commit 73f7528d0f
2 changed files with 11 additions and 6 deletions

View File

@ -99,7 +99,10 @@ module.exports = function (config) {
path.resolve('./test'),
],
query: {
presets: ['react', 'es2015']
// we're using react 5, for consistency with
// the release build, which doesn't use the
// presets.
// presets: ['react', 'es2015'],
},
},
],