Skip to content

Fix Jest bugs #143

@kevinfodness

Description

@kevinfodness

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 install react-dom at the same version as react (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, automationjavascriptRequires understanding JavaScripttypescriptRequires understanding TypeScript

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions