-
Notifications
You must be signed in to change notification settings - Fork 2
Labels
ci/cdPR checks, deploys, automationPR checks, deploys, automationjavascriptRequires understanding JavaScriptRequires understanding JavaScripttypescriptRequires understanding TypeScriptRequires understanding TypeScript
Description
Description
A number of Jest bugs are present after configuration, which should be fixed.
Use Case
As a user, I should be able to run the configure command and have Jest work out of the box.
Acceptance Criteria
- Upgrade
@testing-library
packages to latest and installreact-dom
at the same version asreact
(although we aren't using react-dom directly, if we don't pin it to this version, peer dependencies on testing library will try to install the latest version, which is react-dom 19, which causes a dependency mismatch where we're requiring react 18) - Investigate removing the Babel config used by Jest - we're already using
ts-jest
, is there a way to get it to work natively without requiring a Babel config?
Metadata
Metadata
Assignees
Labels
ci/cdPR checks, deploys, automationPR checks, deploys, automationjavascriptRequires understanding JavaScriptRequires understanding JavaScripttypescriptRequires understanding TypeScriptRequires understanding TypeScript