Skip to content

Commit

Permalink
Do not export httpClient
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin committed Oct 30, 2023
1 parent b80f9b4 commit fc57835
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from './api';
export * from './Configuration';
export * from './httpClient';
2 changes: 1 addition & 1 deletion test/postBarcodeRecognizeFromUrlOrContent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fc57835

Please sign in to comment.