You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2605)
* Ignore Kotlin tests and show messages when Java is not installed or configured. (#2603)
* Skip symlink tests and show warning message when tests are run without admin privilege. (#2602)
* Moved parcel-bundler/test/utils.js and integration-tests/test/utils.js into test-utils/src/utils.js. (#2604)
* Fixed eslint errors.
* Use the test to assert this.child.killed rather than checking time difference. (#2609) (#2612)
🐛 bug report
When you run tests on Windows, tests that use symlinks fail because Windows doesn't allow symlink to normal users by default for security. (You need admin privilege to run them.)
Note: It's the issue for #2590. I'm writing it here because I messed that PR up and started again from scratch.
I'll publish new PR soon.
🎛 Configuration (.babelrc, package.json, cli command)
None
🤔 Expected Behavior
Tests pass without any problem.
😯 Current Behavior
Tests fail and show EPERM error message like below:
💁 Possible Solution
Open cmd or powershell with admin privilege. If you're not sure, check this post.
🔦 Context
I wanted to contribute to Parcel. So, I forked and cloned the repo and ran test. But it failed without admin privilege warning.
I think it's bad for new contributors like me.
💻 Code Sample
None.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: