Skip to content

Commit 4e531ab

Browse files
aojunhao123小豪
andauthored
chore(deps): replace umi-test with rc-test (#92)
* fix: fix test error * feat: enhance a11y by adding aria-label to svg rendering mode * Revert "feat: enhance a11y by adding aria-label to svg rendering mode" This reverts commit 5c80f95. --------- Co-authored-by: 小豪 <[email protected]>
1 parent 5f3260f commit 4e531ab

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"bakpublishOnly": "npm run compile && np --yolo --no-publish",
3737
"prepublishOnly": "npm run compile",
3838
"lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
39-
"test": "umi-test",
39+
"test": "rc-test",
4040
"coverage": "rc-test --coverage",
4141
"now-build": "npm run build"
4242
},
@@ -63,8 +63,7 @@
6363
"react-dom": "^18.0.0",
6464
"regenerator-runtime": "^0.14.0",
6565
"ts-jest": "^29.1.4",
66-
"typescript": "^5.1.6",
67-
"umi-test": "^1.9.7"
66+
"typescript": "^5.1.6"
6867
},
6968
"dependencies": {
7069
"@babel/runtime": "^7.24.7",
@@ -76,4 +75,4 @@
7675
"react-dom": ">=16.9.0"
7776
},
7877
"packageManager": "[email protected]+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
79-
}
78+
}

0 commit comments

Comments
 (0)