Marie
2025-11-27 11:22:57 +01:00
committed by GitHub
parent 7e90dd888c
commit 9c9a01d55a
25 changed files with 437 additions and 42 deletions
@@ -8,6 +8,7 @@ import {
subWeeks,
subYears,
} from 'date-fns';
import { FirstDayOfTheWeek } from 'twenty-shared/types';
import { type RelativeDateFilter } from 'twenty-shared/utils';
import {
@@ -468,7 +469,7 @@ describe('Relative Date Filter Utils', () => {
const relativeDateFilterValue: RelativeDateFilter = {
direction: 'THIS',
unit: 'WEEK',
firstDayOfTheWeek: 'MONDAY',
firstDayOfTheWeek: FirstDayOfTheWeek.MONDAY,
};
expect(