-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jest integration #304
Comments
I believe I've solved this for you in the latest version Seems to be possibly related to jestjs/jest#6399 isaacs/node-graceful-fs#102, and jestjs/jest#5239. I just dropped the usage of Let me know once you've installed latest version and have tried again - does the issue still persist? Did you solve it some other way? If so, can you please update our README here with any tips/instructions for jest configuration? I also sent you guys an email just now in case you don't get GH notifications. |
Thanks Lechuga! Keep up the good work! |
this is related to #318 - there is one more dep that requires |
Beginning an integration of a customer codebase with Jest for testing.
Email-templates (and really I believe the dependency fs-extra) is failing on import/require for some reason. Note that our use of the package for email/templating has been running in production just fine. It only fails within the test runner. At first I thought it might be a path issue with the templates but after further digging it is actually failing on import/require.
Snippet of the error below for consideration
Thanks,
G
@pmpbar
The text was updated successfully, but these errors were encountered: