Employee Validation

  • + 0 comments

    Guys, here's a workaround until the tests are fixed:

    Install the @sinonjs/fake-timers package

    import { install } from '@sinonjs/fake-timers';
    install({ now: new Date('2024-12-01') });