You are viewing a single comment's thread. Return to all comments →
Guys, here's a workaround until the tests are fixed:
Install the @sinonjs/fake-timers package
@sinonjs/fake-timers
import { install } from '@sinonjs/fake-timers'; install({ now: new Date('2024-12-01') });
Seems like cookies are disabled on this browser, please enable them to open this website
Employee Validation
You are viewing a single comment's thread. Return to all comments →
Guys, here's a workaround until the tests are fixed:
Install the
@sinonjs/fake-timers
package