-
Notifications
You must be signed in to change notification settings - Fork 18
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
Migrate to Jest #953
Comments
Task 1 completed: #954 |
#954 now backported to branch 0.13 and 0.14 |
I stared with this but found a serious limitation: if I understand correctly, jest requires a nodeJS environment and cannot be run in a real browser. This is very unfortunate, since we want to ensure that the real browser's JS engines support our code. |
Hey. Is this for sure? I'm considering migration to Jest for a number of projects too... |
Hi @karol-depka, I jave a few strong indications:
|
@webmaster128 Thank You very much for taking the time to explain all this! Much appreciated and a great gesture! Cheers! |
Closing this for the reasons described above. We'll not migrate to Jest for now. |
I tried conversion package-by-package before but unfortunately, the testing types from @types/jasmine (like
describe
orit
) are monorepo global. So this is an all or nothing task.Looks like Jest uses most of the same expect syntax, so Jasmine -> Jest should be easier than Jasmine -> Mocha.
The text was updated successfully, but these errors were encountered: