Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 490 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 490 Bytes

This repository is for investigating issue with NestJS and Jest modern timers.

If the value is modern, @sinonjs/fake-timers will be used as implementation instead of Jest's own legacy implementation. This will be the default fake implementation in Jest 27.

To run the e2e tests:

npm i
npm run test:e2e