diff --git a/src/index.ts b/src/index.ts index e0ad0ca..c9c0894 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,2 @@ export * from './api'; export * from './Configuration'; -export * from './httpClient'; diff --git a/test/postBarcodeRecognizeFromUrlOrContent.test.ts b/test/postBarcodeRecognizeFromUrlOrContent.test.ts index d7ec609..200dc20 100644 --- a/test/postBarcodeRecognizeFromUrlOrContent.test.ts +++ b/test/postBarcodeRecognizeFromUrlOrContent.test.ts @@ -4,7 +4,7 @@ import assert from 'assert'; import * as Barcode from '../src/api'; import { LoadTestConfiguration } from './helpers'; -import { HttpRejectType } from '../src'; +import { HttpRejectType } from '../src/httpClient'; describe('postBarcodeRecognizeFromUrlOrContent', () => { jest.setTimeout(60000);