update config files

This commit is contained in:
fmtabbara
2021-08-04 16:52:25 +01:00
parent 81675008a6
commit f05e2880a9
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"presets": ["next/babel", "@babel/preset-typescript',"]
"presets": ["next/babel", "@babel/preset-typescript"]
}
+5
View File
@@ -0,0 +1,5 @@
{
"env": {
"jest": true
}
}