Browse Source

Fix jest babel config

afc163 8 năm trước cách đây
mục cha
commit
8d0a772fa3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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",