mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 05:18:11 +00:00
fix issue
This commit is contained in:
@@ -6,7 +6,7 @@ import { WagonStockLedger } from './wagon-stock-ledger.util';
|
|||||||
* smartBulkNeed math in isolation: the private helpers it touches
|
* smartBulkNeed math in isolation: the private helpers it touches
|
||||||
* (allowedDimsWithTypes) read only their arguments, so a bare prototype
|
* (allowedDimsWithTypes) read only their arguments, so a bare prototype
|
||||||
* instance is enough — no Nest wiring.
|
* instance is enough — no Nest wiring.
|
||||||
*/
|
*///
|
||||||
describe('BookingBatchService.smartBulkNeed', () => {
|
describe('BookingBatchService.smartBulkNeed', () => {
|
||||||
const service = Object.create(BookingBatchService.prototype) as BookingBatchService;
|
const service = Object.create(BookingBatchService.prototype) as BookingBatchService;
|
||||||
const call = (
|
const call = (
|
||||||
|
|||||||
Reference in New Issue
Block a user