kolplattformen / skolplattformen

The source code to the civic tech project Öppna Skolplattformen.
https://skolplattformen.org
Apache License 2.0
800 stars 176 forks source link

test: 💍 Remove warnings about timers not beeing mocked #540

Closed whyer closed 2 years ago

whyer commented 2 years ago

The jest.advanceTimersToNextTimer() is not needed by the tests, they pass without it. The reason the warnings was not seen before was because we used an older version of jest (26) before. Now with NX we use 27.