I have a unit test that use jasmin.clock.install
I have the following error using jest-cli 20.0.4
TypeError: jasmine.clock is not a function
What package should I have in order to have this line work in my unit test :
jasmine.clock().install();
I managed to make it work by downgrading to jest-cli 19.0.1. it would be nice to know the upgrade procedure.