refactor(frontend): migrate 6 tests from Enzyme to RTL (#30151)

Signed-off-by: hainenber <dotronghai96@gmail.com>
Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
This commit is contained in:
Đỗ Trọng Hải
2024-09-14 04:02:03 +07:00
committed by GitHub
parent bdf29cb7c2
commit e9094659d3
11 changed files with 461 additions and 256 deletions

View File

@@ -30,8 +30,10 @@
"peerDependencies": {
"@superset-ui/chart-controls": "*",
"@superset-ui/core": "*",
"enzyme": "*",
"react": "^16.13.1"
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"publishConfig": {
"access": "public"