-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix(unit-test): Document fix to run Vendure tests on Mac and add rollup #2901
fix(unit-test): Document fix to run Vendure tests on Mac and add rollup #2901
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for effervescent-donut-4977b2 canceled.
|
Hi, are you able to provide any more context around why |
Yes, I had two issues trying to run tests on an M3:
So the first one was resolved with installing rollup. I assume its a transitive dependency. All of these, including the sharp error I get sometimes seem to be related to arm64 specific binding stuff. |
Hi Marc, |
I have merged latest master. But had to run npm install and it did naturally update the package-lock.json. I cannot really oversee if that resulted in an unwanted outcome. My local diff shows a number of additions and changes Removed
Added
Changed
|
Thanks. All tests passing so I'm happy. |
Description
I've had problems creating tests for Vendure core. I had to install rollup and deal with a Bindings error. This PR addresses that.
Breaking changes
No
Checklist
📌 Always:
👍 Most of the time: