Explorar el Código

Fix jest babel config

afc163 hace 8 años
padre
commit
8d0a772fa3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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",