Remove presets from karma.conf

seemt o be picked up from .babelrc
pull/2461/head
David Baker 2016-10-13 09:51:10 +01:00
parent e6caf9ece4
commit 0c3537ac1a
1 changed files with 1 additions and 7 deletions

View File

@ -92,13 +92,7 @@ module.exports = function (config) {
test: /\.js$/, loader: "babel",
include: [path.resolve('./src'),
path.resolve('./test'),
],
query: {
// we're using babel 5, for consistency with
// the release build, which doesn't use the
// presets.
// presets: ['react', 'es2015'],
},
]
},
],
noParse: [