feat: order recurrence (subscription support) #7047
Annotations
6 errors and 1 warning
Compile Unit Tests:
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?
|
Compile Unit Tests:
src/app/core/models/recurring-order/recurring-order.mapper.spec.ts#L20
Type '{ incomingField: string; otherField: boolean; }' is not assignable to type 'RecurringOrderData'.
|
Compile Unit Tests:
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?
|
Compile Unit Tests:
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'?
|
Compile Unit Tests:
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'?
|
Compile Unit Tests
Process completed with exit code 2.
|
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/
|
Loading