feat: Month granularity for date-range-picker #13395
build-lint-test.yml
on: pull_request
build
/
git-secrets
7s
build
/
build
7m 7s
build
/
codeql
2m 23s
deploy
/
deploy
Annotations
2 errors and 2 warnings
Date range picker › With granularity of month › validation › produces the value even if validation does not catch an incomplete range:
src/date-range-picker/__tests__/date-range-picker.test.tsx#L264
expect(jest.fn()).toHaveBeenCalledWith(...expected)
Expected: ObjectContaining {"value": ObjectContaining {"endDate": "", "startDate": "2024-09", "type": "absolute"}}
Received: {"value": {"endDate": "", "startDate": "2025-09", "type": "absolute"}}
Number of calls: 1
at Object.<anonymous> (src/date-range-picker/__tests__/date-range-picker.test.tsx:264:29)
|
build / build
Process completed with exit code 1.
|
build / git-secrets
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build / codeql
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|