Prerequisites
Environment check
Browsers
Firefox, Chromium (Chrome, Brave, etc.), Safari
Reproduction repository
https://github.com/rust-lang/crates.io
Reproduction steps
So far I've only got rust-lang/crates.io#11876 as a reproduction. I'll try to come up with a way to reproduce this locally.
Current behavior
After installing v2.11.2, it seems that MSW stopped working completely once @sinonjs/fake-timers is being used. I assume that this is related to the new behavior added by #2578.
Expected behavior
MSW should keep working independently from fake timers being used.
Prerequisites
Environment check
mswversionBrowsers
Firefox, Chromium (Chrome, Brave, etc.), Safari
Reproduction repository
https://github.com/rust-lang/crates.io
Reproduction steps
So far I've only got rust-lang/crates.io#11876 as a reproduction. I'll try to come up with a way to reproduce this locally.
Current behavior
After installing v2.11.2, it seems that MSW stopped working completely once
@sinonjs/fake-timersis being used. I assume that this is related to the new behavior added by #2578.Expected behavior
MSW should keep working independently from fake timers being used.