8000 chore: clean-up · coreui/coreui-icons-react@8537bef · GitHub
[go: up one dir, main page]

Skip to content

Commit 8537bef

Browse files
committed
chore: clean-up
1 parent 1ae2065 commit 8537bef

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"src/"
3333
],
3434
"scripts": {
35-
"build": "rollup -c --bundleConfigAsCjs"
35+
"build": "rollup -c --bundleConfigAsCjs",
36+
"test": "jest --coverage",
37+
"test:update": "jest --coverage --updateSnapshot"
3638
},
3739
"devDependencies": {
3840
"@rollup/plugin-commonjs": "^24.0.1",
@@ -43,11 +45,15 @@
4345
"@types/react": "^18.0.27",
4446
"@types/react-dom": "^18.0.6",
4547
"classnames": "^2.3.2",
48+
"jest": "^29.4.1",
49+
"jest-canvas-mock": "^2.4.0",
50+
"jest-environment-jsdom": "^29.4.1",
4651
"prop-types": "^15.8.1",
4752
"react": "^18.2.0",
4853
"react-dom": "^18.2.0",
4954
"rollup": "^3.14.0",
5055
"rollup-plugin-import-css": "^3.0.3",
56+
"ts-jest": "^29.0.5",
5157
"typescript": "^4.9.5"
5258
},
5359
"peerDependencies": {

0 commit comments

Comments
 (0)
0