mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Merge pull request #1394 from Tria-plc/freight_feature/usermanagement
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
|
||||
* (allowedDimsWithTypes) read only their arguments, so a bare prototype
|
||||
* instance is enough — no Nest wiring.
|
||||
*/
|
||||
*///
|
||||
describe('BookingBatchService.smartBulkNeed', () => {
|
||||
const service = Object.create(BookingBatchService.prototype) as BookingBatchService;
|
||||
const call = (
|
||||
|
||||
Reference in New Issue
Block a user