Skip to content

Commit afb1c3f

Browse files
committed
fix(build): add @testing-library/dom dev dep to fix build
1 parent ce01e61 commit afb1c3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"clean": "rimraf dist"
2525
},
2626
"devDependencies": {
27+
"@testing-library/dom": "^10.4.0",
2728
"@testing-library/jest-dom": "^6.6.3",
2829
"@testing-library/react": "^16.0.1",
2930
"@testing-library/user-event": "14.5.2",

0 commit comments

Comments
 (0)