chore: disable old test #95
Annotations
10 errors
Run npm run ts-check:
src/_old-code/calendar-journal/calendar-index.ts#L1
Cannot find module '@flatten-js/interval-tree' or its corresponding type declarations.
|
Run npm run ts-check:
src/_old-code/calendar-journal/calendar-index.ts#L21
Parameter 'entry' implicitly has an 'any' type.
|
Run npm run ts-check:
src/_old-code/calendar-journal/calendar-index.ts#L44
Parameter 'value' implicitly has an 'any' type.
|
Run npm run ts-check:
src/_old-code/calendar-journal/calendar-index.ts#L44
Parameter 'key' implicitly has an 'any' type.
|
Run npm run ts-check:
src/_old-code/interval-journal/interval-manager.ts#L1
Cannot find module '@flatten-js/interval-tree' or its corresponding type declarations.
|
Run npm run ts-check:
src/_old-code/interval-journal/interval-manager.ts#L96
Parameter 'value' implicitly has an 'any' type.
|
Run npm run ts-check:
src/_old-code/interval-journal/interval-manager.ts#L96
Parameter 'key' implicitly has an 'any' type.
|
Run npm run ts-check:
src/code-blocks/navigation/NavigationBlock.vue#L50
Type '(type: "month" | "week" | "day" | "none" | "quarter" | "year" | "weekdays" | "custom" | "self" | "journal", date: string, journalName?: string | undefined) => Promise<void>' is not assignable to type '(type: string, date: string, journalName?: string | undefined) => any'.
|
Run npm run ts-check:
src/code-blocks/navigation/NavigationBlockRow.vue#L56
Property 'journals' does not exist on type 'ProvidedShelfData | undefined'.
|
Run npm run ts-check:
src/code-blocks/timeline/TimelineWeek.vue#L19
Argument of type '{ refDate: string; }' is not assignable to parameter of type '{ readonly refDate: string; readonly selectedDate?: string | null | undefined; readonly selectDays: boolean; readonly selectWeeks: boolean; readonly onSelect?: ((date: string, nativeEvent: MouseEvent) => any) | undefined; readonly onSelectWeek?: ((date: string, nativeEvent: MouseEvent) => any) | undefined; } & VNode...'.
|
Loading