fix(all-state-emails): Add logic to include all state emails in templates #1870
pr-coverage-annotation.yml
on: pull_request
coverage-report
4m 14s
Annotations
2 errors
src/components/Opensearch/main/Filtering/Drawer/Filterable/DateRange.test.tsx > FilterableDateRange > should handle the first day set to the month and clicking the 15th:
react-app/src/components/Opensearch/main/Filtering/Drawer/Filterable/DateRange.test.tsx#L177
AssertionError: expected last "spy" call to have been called with [ { …(2) } ]
- Expected:
Array [
Object {
"gte": "2025-02-01T00:00:00.000Z",
"lte": "2025-02-15T23:59:59.999Z",
},
]
+ Received:
undefined
❯ src/components/Opensearch/main/Filtering/Drawer/Filterable/DateRange.test.tsx:177:24
|
coverage-report
Process completed with exit code 1.
|