-
Notifications
You must be signed in to change notification settings - Fork 156
ci: Update test dependencies and jest config in faustwp-core #2235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: canary
Are you sure you want to change the base?
Conversation
Upgraded @testing-library/react to 14.3.1 and @testing-library/dom to 9.3.4 in faustwp-core. Updated ts-jest to ^29.1.1 in package.json and adjusted jest.config.js accordingly. Modified related test files and snapshots to align with the new testing library versions.
|
📦 Next.js Bundle Analysis for @faustwp/getting-started-exampleThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Moved useESM option into the transform configuration for ts-jest and removed the globals block. Disabled coverage collection by setting collectCoverage to false.
Moves useESM option into the transform config for ts-jest, removes the globals block, and disables coverage collection by setting collectCoverage to false.
|
This merge pulled in security updates, possibly overwriting prior commits in this PR. Generating a new one should resolve it. |
No description provided.