Skip to content

Commit c4323ff

Browse files
committed
test: add toggleFileTree test code
1 parent f5b1034 commit c4323ff

File tree

7 files changed

+1498
-17
lines changed

7 files changed

+1498
-17
lines changed

babel.config.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

babel.config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"presets": [
3+
"@babel/preset-typescript",
4+
"@babel/preset-env",
5+
"@babel/preset-react"
6+
],
7+
"plugins": ["@babel/plugin-transform-runtime"]
8+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"eslint-plugin-react": "^7.33.2",
5858
"eslint-plugin-react-hooks": "^4.6.0",
5959
"jest": "^29.3.1",
60+
"jest-environment-jsdom": "^29.7.0",
6061
"jest-in-case": "^1.0.2",
6162
"next": "^14.1.0",
6263
"prettier": "^2.2.1",

0 commit comments

Comments
 (0)