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

yarn e2e doesn't auto-reload JS code changes #5510

Open
2 tasks done
mifi opened this issue Nov 12, 2024 · 0 comments
Open
2 tasks done

yarn e2e doesn't auto-reload JS code changes #5510

mifi opened this issue Nov 12, 2024 · 0 comments
Labels

Comments

@mifi
Copy link
Contributor

mifi commented Nov 12, 2024

Initial checklist

  • I understand this is a bug report and questions should be posted in the Community Forum
  • I searched issues and couldn’t find anything (or linked relevant results below)

Link to runnable example

No response

Steps to reproduce

  • yarn e2e
  • Make a change in a file, e.g. add a console.log in a hot codepath in Uppy.ts
  • Start a test

Expected behavior

The change should reflect in the e2e

Actual behavior

Old code is still running. This is problematic because every time you make a change it prints out this:

⠙ Building Uppy.js...
✨ Built in 234ms

...making you believe that the code has reloaded, however it has not, so you'll waste time trying to debug your code. re-running yarn e2e is also problematic because it takes a long time

same goes for yarn dev:with-companion but maybe not such a big deal because it can be quickly restarted

@mifi mifi added the Bug label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant