Fix linting issues in ActivityChart component #5
Annotations
2 errors
Run tests:
src/components/DateRangeFilter.test.tsx#L85
AssertionError: expected "spy" to be called with arguments: [ undefined ]
Received:
1st spy call:
Array [
- undefined,
+ Object {
+ "end": "2023-11-30",
+ "start": "",
+ },
]
2nd spy call:
Array [
- undefined,
+ Object {
+ "end": "",
+ "start": "2023-11-01",
+ },
]
Number of calls: 2
❯ src/components/DateRangeFilter.test.tsx:85:35
|
Run tests
Process completed with exit code 1.
|
Loading