Skip to content

Commit 422ed0f

Browse files
committed
add ts support for tests to fix testing errors
1 parent b1890c8 commit 422ed0f

File tree

3 files changed

+317
-345
lines changed

3 files changed

+317
-345
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"presets": [
33
"@babel/preset-react",
4-
"@babel/preset-env"
4+
"@babel/preset-env",
5+
"@babel/preset-typescript"
56
],
67
"env": {
78
"production": {

0 commit comments

Comments
 (0)