You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the jest documentation, you might want to change the default order of moduleFileExtensions in jest.config.cjs (in your case jest.config.ts).
We recommend placing the extensions most commonly used in your project on the left, so if you are using TypeScript,
you may want to consider moving "ts" and/or "tsx" to the beginning of the array.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
According to the
jest
documentation, you might want to change the default order ofmoduleFileExtensions
in jest.config.cjs (in your case jest.config.ts).Read: https://jestjs.io/docs/configuration#modulefileextensions-arraystring
Beta Was this translation helpful? Give feedback.
All reactions