import { test } from './test'; import { returnShipment } from './utils'; test( 'Create return shipment', 'it should POST return shipment', 'createReturnShipment', returnShipment.post ); test( 'Validate return shipment', 'it should validate the return shipment', 'validateReturnShipment', returnShipment.validate );