import { test } from './test'; import { documents } from './utils'; test( 'Get documents', 'it should GET documents', 'getDocuments', documents.get ); test( 'Get manifest', 'it should GET manifest', 'getShipmentManifestDocument', documents.manifest );