-
Notifications
You must be signed in to change notification settings - Fork 42
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
upPkg new structure change crashing the Tester #49
Comments
The latest version of I seem to remember the module did use to return Checking the release history, |
That is correct. Hm. The installed helper has 7.0.1 and that has a dependency to 5.2.0. The helper got the packages installed in its own node_modules, but if I use jest for testing it gets the old version by require() from an older package version, which is installed in the main node_modules from another package in that project that I tried to test. Interesting. It was a very fresh installation. I'll try to refresh the project to test it again. |
maybe it is a Jest problem - very fresh install via npm after cache verify etc. - same problem
|
upPkg.packageJson.name changed to upPkg.pkg.name
old:
new:
The text was updated successfully, but these errors were encountered: