feat: [M3-8936] - Add Date Presets Functionality to Date Picker component. #21279
Annotations
2 errors and 1 warning
Run yarn workspace linode-manager run test:
packages/manager/src/components/DatePicker/DateTimeRangePicker.test.tsx#L66
AssertionError: expected "spy" to be called with arguments: [ { end: null, …(3) } ]
Received:
1st spy call:
Array [
Object {
"end": null,
"preset": "custom_range",
- "start": "2025-01-10T00:00:00.000-06:00",
+ "start": "2025-01-10T00:00:00.000+00:00",
"timeZone": null,
},
]
Number of calls: 1
❯ src/components/DatePicker/DateTimeRangePicker.test.tsx:66:26
|
Run yarn workspace linode-manager run test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading