This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
Replies: 1 comment
-
Hi @aavelyn, I would advice you to take a look at https://github.com/vmware/clarity/blob/next/packages/react/jest.config.js I believe your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently attempted to update our app from clarity 4 to 5 and encountered the issue that jest doesn't recognize ESM. A previous submitted issue has been closed here on github #5672 but the answer wasn't detailed enough for me to fix it.
Did anyone solve it already?
I've tried using the
transformIgnorePatterns
in thejest.config
but it didn't workAnd I've also tried the
jest-preset-angular/presets/default-esm
I'm using the
@nrwl/jest
packages in angular.jsonBeta Was this translation helpful? Give feedback.
All reactions