Added first templates of react tests

This commit is contained in:
Yuriy Kulakov
2021-04-25 19:58:56 +03:00
parent 83939f6681
commit 5bd37d2203
6 changed files with 6007 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{
"presets": ["@babel/preset-env", "@babel/preset-react"],
"plugins": [
["@babel/plugin-transform-runtime", {
"regenerator": true
}]
]
}