Skip to content

Commit

Permalink
✅ test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Sep 27, 2024
1 parent a7d0394 commit 9d9109e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
]
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.5",
"@ant-design/cssinjs": "^1.21.1",
"@babel/runtime": "^7.24.1",
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.11.2",
Expand All @@ -79,7 +79,7 @@
"use-merge-value": "^1.2.0"
},
"devDependencies": {
"@ant-design/icons": "^5.3.5",
"@ant-design/icons": "^5.5.1",
"@commitlint/cli": "^17.8.1",
"@emotion/jest": "^11.11.0",
"@emotion/styled": "^11.11.0",
Expand All @@ -96,7 +96,7 @@
"@types/testing-library__jest-dom": "^5.14.9",
"@umijs/lint": "^4.1.5",
"@vitest/coverage-v8": "0.34.6",
"antd": "^5.15.3",
"antd": "^5.21.1",
"babel-plugin-antd-style": "^1.0.4",
"chalk": "^4.1.2",
"classnames": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/functions/__snapshots__/createInstance.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`createInstance > 自定义 prefixCls 时,会采用 instance 的 prefi
}
<button
class="cp-btn cp-btn-default emotion-0"
class="cp-btn cp-btn-default cp-btn-color-default cp-btn-variant-outlined emotion-0"
type="button"
>
<span
Expand Down
2 changes: 1 addition & 1 deletion tests/functions/__snapshots__/createStyles.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports[`createStyles > styles 对象的使用 > createStyleFn 通过函数方
}
<button
class="cp-btn cp-btn-default emotion-0"
class="cp-btn cp-btn-default cp-btn-color-default cp-btn-variant-outlined emotion-0"
type="button"
>
<span
Expand Down

0 comments on commit 9d9109e

Please sign in to comment.