Replies: 1 comment
-
You can upgrade to newer Jest that supports package exports or set a moduleNameMapper: {
'^nimma/fallbacks$': '<rootDir>/node_modules/nimma/dist/cjs/fallbacks/index.js',
'^nimma/legacy$': '<rootDir>/node_modules/nimma/dist/legacy/cjs/index.js',
}, |
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
-
● Test suite failed to run
Beta Was this translation helpful? Give feedback.
All reactions