Doroudi/issue48 #51
Annotations
13 errors and 3 warnings
test (16.x, ubuntu-latest)
Process completed with exit code 1.
|
test (18.x, ubuntu-latest)
Process completed with exit code 1.
|
typecheck:
src/common/api/api-service.ts#L40
Property 'data' does not exist on type 'Promise<AxiosResponse<T, any>>'.
|
typecheck:
src/mocks/handlers/account.handler.ts#L2
Cannot find module '@/models/Login' or its corresponding type declarations.
|
typecheck:
src/mocks/handlers/order.handler.ts#L34
'createFakeOrderItems' is declared but its value is never read.
|
typecheck:
src/store/order.store.ts#L25
'response' is declared but its value is never read.
|
typecheck:
src/components/Color/CreateColor.vue#L8
Cannot find name 'ColorCreateModel'.
|
typecheck:
src/components/Customers/CustomerManagement.vue#L20
Property 'proxy' does not exist on type 'ComponentInternalInstance | null'.
|
typecheck:
src/components/Orders/OrderManagement.vue#L19
Property 'proxy' does not exist on type 'ComponentInternalInstance | null'.
|
typecheck:
src/components/Review/ReviewManagement.vue#L11
't' is declared but its value is never read.
|
typecheck:
src/components/Review/ReviewManagement.vue#L17
Property 'proxy' does not exist on type 'ComponentInternalInstance | null'.
|
typecheck:
src/components/UserProfile.vue#L38
Type '{ label: string; to: string; value: () => void; }[]' is not assignable to type 'SelectMixedOption[]'.
|
test-e2e
The process '/home/runner/setup-pnpm/node_modules/.bin/pnpm' failed with exit code 1
|
lint:
src/components/Review/ReviewManagement.vue#L11
't' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
src/mocks/handlers/order.handler.ts#L34
'createFakeOrderItems' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
src/store/order.store.ts#L25
'response' is assigned a value but never used. Allowed unused vars must match /^_/u
|