diff --git a/.babelrc b/.babelrc index 628173d2..040b257f 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,4 @@ { - 'presets': ['react', 'es2015', 'stage-2'], - 'plugins': ["transform-decorators-legacy", "syntax-dynamic-import"] + "presets": ["react", "es2015", "stage-2"], + "plugins": ["transform-decorators-legacy", "syntax-dynamic-import"] } \ No newline at end of file diff --git a/package.json b/package.json index 5f8c15f2..d02e885c 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "devDependencies": { "babel-cli": "^6.11.4", "babel-core": "^6.13.2", + "babel-jest": "^23.6.0", "babel-loader": "^6.2.10", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-decorators-legacy": "^1.3.4",