ci: Update test dependencies and jest config in faustwp-core#2235
ci: Update test dependencies and jest config in faustwp-core#2235josephfusco wants to merge 11 commits intocanaryfrom
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. |
b514f65 to
22c15d1
Compare
|
The issue fixed in #2247 |
No description provided.