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
● Test suite failed to run
/Users/me/path/node_modules/decimal.js/decimal.mjs:4789
export var Decimal = clone(DEFAULTS);
^^^^^^
SyntaxError: Unexpected token export
The text was updated successfully, but these errors were encountered:
exactly! I use create-react-app command
I use TypeScript. so I guess node_modules/react-scripts-ts/scripts/utils/createJestConfig.js of it had bug.
I just move 'mjs', to bottom of moduleFileExtensions.
I can't believe why 'mjs' order is important.
I run Jest
but error
The text was updated successfully, but these errors were encountered: