Browse Source

Fix jest babel config

afc163 8 years ago
parent
commit
8d0a772fa3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -86,8 +86,8 @@
   },
   "babel": {
     "presets": [
-      "@babel/env",
-      "@babel/react"
+      "@babel/preset-env",
+      "@babel/preset-react"
     ],
     "plugins": [
       "transform-decorators-legacy",