Skip to content

Commit

Permalink
chore: ignore flaky year
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jan 2, 2024
1 parent a85578b commit ad10fb5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ describe('PrimitiveRangeCalendar component', () => {
let testComponent: TestComponent;
let component: TuiPrimitiveCalendarRangeComponent;

beforeAll(() => jest.useFakeTimers().setSystemTime(new Date('2023-01-01')));

beforeEach(async () => {
TestBed.configureTestingModule({
imports: [TuiPrimitiveCalendarRangeModule, NoopAnimationsModule],
Expand Down

0 comments on commit ad10fb5

Please sign in to comment.