-
Notifications
You must be signed in to change notification settings - Fork 668
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
WIP: Migrate to jest #1587
WIP: Migrate to jest #1587
Conversation
Damn, good job. |
Still WIP. For the browser, we used Karma. We can consider the "newer" combo of Jest + puppeteer. We should also look to use that in VTU v2 (currently no browser tests). |
Update... all files in Next is figure out how to run these in a browser (previously karma, still an option) and consider running the tests using the src instead of the built files (but have both in the CI run). |
closed in favor of #1629 |
Got Jest mostly working, just going through and updating the tests.
resolves #1585
Edit 9 July: I am still working on this, might be a little bit longer. Rollup migration may have to wait, for now I will just focus on getting us on Jest.