PRX / Play-Angular

Embed player
MIT License
11 stars 7 forks source link

Switch to Jest #205

Closed cavis closed 5 years ago

cavis commented 5 years ago

Phantom is so sloooow!

pstjean commented 5 years ago

👍 This looks good! They ship a fork of Jasmine with Jest that will be deprecated in the future, and that we're using right now (for example, spyOn as opposed to jest.spyOn uses the fork), so we should run the codemods they provide: https://jestjs.io/docs/en/migration-guide

A separate ticket for that would be fine by me.

cavis commented 5 years ago

Fallout: #206.