Skip to content

Fix last day missing in each interval #26

Fix last day missing in each interval

Fix last day missing in each interval #26

Triggered via pull request November 17, 2023 21:58
Status Failure
Total duration 30s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: src/shared/lib/__tests__/accounts.test.ts#L80
Expected 1 arguments, but got 2.
test: src/shared/lib/__tests__/accounts.test.ts#L89
Argument of type '{ amount: number; date: string; type: string; }[]' is not assignable to parameter of type '{ balances: TrendEntry[]; accountName?: string; reportType?: ReportType; }'.
test: src/shared/lib/__tests__/accounts.test.ts#L100
Argument of type '{ amount: undefined; date: string; type: string; }[]' is not assignable to parameter of type '{ balances: TrendEntry[]; accountName?: string; reportType?: ReportType; }'.
test: src/shared/lib/__tests__/accounts.test.ts#L113
Argument of type '{ amount: number; date: string; type: string; }[]' is not assignable to parameter of type '{ balances: TrendEntry[]; accountName?: string; reportType?: ReportType; }'.
test: src/shared/lib/__tests__/accounts.test.ts#L142
Argument of type '{ amount: number; date: string; type: string; }[]' is not assignable to parameter of type '{ balances: TrendEntry[]; accountName?: string; reportType?: ReportType; }'.
test: src/shared/lib/__tests__/accounts.test.ts#L178
Type '""' is not assignable to type 'TrendType'.
test: src/shared/lib/__tests__/accounts.test.ts#L179
Type '""' is not assignable to type 'TrendType'.
test: src/shared/lib/__tests__/accounts.test.ts#L186
Type '""' is not assignable to type 'TrendType'.
test: src/shared/lib/__tests__/accounts.test.ts#L187
Type '""' is not assignable to type 'TrendType'.
test: src/shared/lib/__tests__/accounts.test.ts#L195
Type '""' is not assignable to type 'TrendType'.