From 0c3537ac1a1f9d662e9c732595e92d6d61274edd Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 13 Oct 2016 09:51:10 +0100 Subject: [PATCH] Remove presets from karma.conf seemt o be picked up from .babelrc --- karma.conf.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/karma.conf.js b/karma.conf.js index f05186af95..2474216916 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -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: [