feat: Month granularity for date-range-picker #11691
Annotations
2 errors and 1 warning
Run Unit Tests:
src/__tests__/snapshot-tests/documenter.test.ts#L8
expect(received).toMatchSnapshot(hint)
Snapshot name: `Documenter definition for date-range-picker matches the snapshot: date-range-picker 1`
- Snapshot - 2
+ Received + 2
@@ -376,16 +376,16 @@
"name": "relativeModeTitle",
"optional": true,
"type": "string",
},
{
- "name": "relativeRangeSelectionDescription",
+ "name": "relativeRangeSelectionHeading",
"optional": true,
"type": "string",
},
{
- "name": "relativeRangeSelectionHeading",
+ "name": "relativeRangeSelectionMonthlyDescription",
"optional": true,
"type": "string",
},
{
"name": "renderSelectedAbsoluteRangeAriaLive",
at src/__tests__/snapshot-tests/documenter.test.ts:8:24
|
Run Unit Tests
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