Skip to content

Commit

Permalink
chore: install testing library user event
Browse files Browse the repository at this point in the history
  • Loading branch information
tosaken1116 committed Nov 8, 2023
1 parent 139ec45 commit e932856
Show file tree
Hide file tree
Showing 2 changed files with 1,123 additions and 1,606 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"@tanstack/eslint-plugin-query": "^5.0.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@tsconfig/strictest": "^2.0.1",
"@types/date-fns": "^2.6.0",
"@types/jest": "^29.5.7",
Expand Down Expand Up @@ -105,6 +106,13 @@
"ts-jest": "^29.1.1",
"typescript": "5.2.2"
},
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
}
},
"volta": {
"node": "20.6.1",
"npm": "10.1.0",
Expand Down
Loading

0 comments on commit e932856

Please sign in to comment.