Skip to content

Commit

Permalink
fix:add user-event to testing-library
Browse files Browse the repository at this point in the history
  • Loading branch information
manglebot committed Jan 7, 2024
1 parent 40de710 commit fb80fa0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
14 changes: 14 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@babel/preset-react": "^7.23.3",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
Expand All @@ -42,8 +43,6 @@
},
"jest": {
"preset": "ts-jest",
"transformIgnorePatterns": [
"/node_modules/(?!(@bundled-es-modules)/)"
]
"transformIgnorePatterns": []
}
}

0 comments on commit fb80fa0

Please sign in to comment.