mercurius-js / mercurius

Implement GraphQL servers and gateways with Fastify
https://mercurius.dev/
MIT License
2.34k stars 234 forks source link

fix: clear native timers on tests #856

Closed anonrig closed 2 years ago

anonrig commented 2 years ago

This pull requests properly clears native timers on the installation of sinon/fake-timers.

anonrig commented 2 years ago

image