Skip to content

Commit

Permalink
fix(tests): 更新 lightFilter 测试以使用新的渲染方法并修复元素选择
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Dec 17, 2024
1 parent 90bf24b commit ebc8524
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 124 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"@floating-ui/react": "^0.19.2",
"@octokit/core": "^3.6.0",
"@octokit/rest": "^18.12.0",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/chroma-js": "^2.4.4",
Expand All @@ -79,7 +79,7 @@
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/node": "^14.18.63",
"@types/react": "^18.3.16",
"@types/react": "^18.3.17",
"@types/react-dom": "^18.3.5",
"@types/react-helmet": "^6.1.11",
"@types/react-responsive": "^8.0.8",
Expand All @@ -91,10 +91,10 @@
"@umijs/plugin-analytics": "^0.2.4",
"@umijs/test": "^3.5.43",
"@umijs/test-utils": "^3.5.43",
"@umijs/utils": "^4.3.36",
"@umijs/utils": "^4.4.1",
"@vitest/coverage-istanbul": "^0.34.6",
"animated-scroll-to": "^2.3.0",
"antd": "^5.22.4",
"antd": "^5.22.5",
"antd-style": "^3.7.1",
"babel-loader": "^9.2.1",
"babel-types": "^6.26.0",
Expand Down Expand Up @@ -138,12 +138,12 @@
"prettier-plugin-packagejson": "^2.5.6",
"pretty-quick": "^3.3.1",
"query-string": "^6.14.1",
"rc-field-form": "^2.6.0",
"rc-field-form": "^2.7.0",
"rc-footer": "^0.6.8",
"rc-resize-observer": "^1.4.1",
"rc-steps": "^6.0.1",
"rc-table": "^7.49.0",
"rc-util": "^5.44.1",
"rc-util": "^5.44.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
Expand All @@ -161,11 +161,11 @@
"timezone-mock": "^1.3.6",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"umi": "^4.3.36",
"umi": "^4.4.1",
"umi-request": "^1.4.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vitest": "^2.1.0",
"vitest": "^2.1.8",
"write-pkg": "^4.0.0",
"xhr-mock": "^2.5.1",
"yorkie": "^2.0.0",
Expand Down
Loading

0 comments on commit ebc8524

Please sign in to comment.