feat: order recurrence (subscription support) #7096
Triggered via pull request
September 19, 2024 12:25
Status
Failure
Total duration
6m 59s
Artifacts
–
development.yml
on: pull_request
Annotations
11 errors and 2 warnings
Quality:
src/app/core/models/recurring-order/recurring-order.mapper.spec.ts#L15
Property 'fromData' does not exist on type 'RecurringOrderMapper'. Did you mean to access the static member 'RecurringOrderMapper.fromData' instead?
|
Quality:
src/app/core/models/recurring-order/recurring-order.mapper.spec.ts#L20
Type '{ incomingField: string; otherField: boolean; }' is not assignable to type 'RecurringOrderData'.
|
Quality:
src/app/core/models/recurring-order/recurring-order.mapper.spec.ts#L23
Property 'fromData' does not exist on type 'RecurringOrderMapper'. Did you mean to access the static member 'RecurringOrderMapper.fromData' instead?
|
Quality:
src/app/core/store/customer/recurring-orders/recurring-orders.effects.spec.ts#L24
Expected 1 arguments, but got 0.
|
Quality:
src/app/core/store/customer/recurring-orders/recurring-orders.selectors.spec.ts#L11
'"./recurring-orders.selectors"' has no exported member named 'getNumberOfRecurringOrders'. Did you mean 'getRecurringOrders'?
|
Quality:
src/app/core/store/customer/recurring-orders/recurring-orders.selectors.spec.ts#L13
'"./recurring-orders.selectors"' has no exported member named 'getRecurringOrdersEntities'. Did you mean 'getRecurringOrders'?
|
Quality:
src/app/core/store/customer/recurring-orders/recurring-orders.selectors.spec.ts#L41
Argument of type 'CoreState' is not assignable to parameter of type 'string'.
|
Quality:
src/app/core/store/customer/recurring-orders/recurring-orders.selectors.spec.ts#L47
Expected 1 arguments, but got 0.
|
Quality:
src/app/core/store/customer/recurring-orders/recurring-orders.selectors.spec.ts#L59
Argument of type '{ recurringOrders: RecurringOrder[]; }' is not assignable to parameter of type '{ recurringOrders: RecurringOrder[]; context: string; }'.
|
Quality:
src/app/core/store/customer/recurring-orders/recurring-orders.selectors.spec.ts#L75
Argument of type 'CoreState' is not assignable to parameter of type 'string'.
|
Jest
Process completed with exit code 1.
|
Quality
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Jest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|