feat: add comprehensive test suite with Vitest and Playwright #138
Annotations
10 errors
|
build (ubuntu-latest):
src/main/repository/__tests__/activity.test.ts#L123
Type '"create"' is not assignable to type 'ActionType'. Did you mean '"created"'?
|
|
build (ubuntu-latest):
src/main/repository/__tests__/activity.test.ts#L107
Type '"create"' is not assignable to type 'ActionType'. Did you mean '"created"'?
|
|
build (ubuntu-latest):
src/main/repository/__tests__/activity.test.ts#L91
Property 'entity_type' does not exist on type 'ActivityLogItem'. Did you mean 'entityType'?
|
|
build (ubuntu-latest):
src/main/repository/__tests__/activity.test.ts#L82
Type '"create"' is not assignable to type 'ActionType'. Did you mean '"created"'?
|
|
build (ubuntu-latest):
src/main/repository/__tests__/activity.test.ts#L75
Property 'surgery_id' does not exist on type 'ActivityLogItem'. Did you mean 'surgeryId'?
|
|
build (ubuntu-latest):
src/main/repository/__tests__/activity.test.ts#L74
Property 'entity_type' does not exist on type 'ActivityLogItem'. Did you mean 'entityType'?
|
|
build (ubuntu-latest):
src/main/repository/__tests__/activity.test.ts#L64
Type '"update"' is not assignable to type 'ActionType'. Did you mean '"updated"'?
|
|
build (ubuntu-latest):
src/main/repository/__tests__/activity.test.ts#L55
Property 'entity_type' does not exist on type 'ActivityLogItem'. Did you mean 'entityType'?
|
|
build (ubuntu-latest):
src/main/repository/__tests__/activity.test.ts#L46
Type '"create"' is not assignable to type 'ActionType'. Did you mean '"created"'?
|
|
build (ubuntu-latest):
src/main/__tests__/backup.test.ts#L215
Argument of type 'string' is not assignable to parameter of type 'never'.
|