[JavaScript] Migrate from jest to jasmine#3501
Conversation
|
I'm not really qualified to review this change. @ericvergnaud how does this look? |
|
The versions should be forced by the package-lock.json, which ensures its reproducible. It also looks like
It looks like either jest or jasmine will work the same in this regard.
It looks like I misinterpreted the original documentation I saw, they said I think the main argument for |
Not sure I follow your reasoning ... package-lock.json is generated from package.json, so if one needs a security update on a dependency, they still need to update package.json (which is how the current one got a bit bloated) |
|
I do tons of react stuff, for which jest is better suited, so they say... |
Fine with me. Switching back to |
I think |
|
Sounds like we're safe to merge? |
|
Done |
Migrate from
jesttojasmine, resulting in a significant drop in dependencies including droppingyarnwhich was unnecessary. AFAIKjestis built onjasmine, so with this change we are just cutting out the middle man.