Skip to content
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

packaging issue with lerna for jest test #12

Closed
veeramarni opened this issue Sep 16, 2017 · 1 comment
Closed

packaging issue with lerna for jest test #12

veeramarni opened this issue Sep 16, 2017 · 1 comment

Comments

@veeramarni
Copy link
Collaborator

If a package depends on another package, which could lead to multiple copies of interdependencies between packages which causes to run different instances and make the test fail.

For now the workaround is to delete packages in node modules.

lerna/lerna#11
loopbackio/loopback-next#514

@veeramarni
Copy link
Collaborator Author

Maybe using following jest configuration would resolve the issue.

"modulePaths": ["node_modules"],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant