Skip to content

Commit 197e1f5

Browse files
removed extraneous export and newline
1 parent af165cd commit 197e1f5

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,7 @@ export type {
287287
WaitQueueMember,
288288
WithConnectionCallback
289289
} from './cmap/connection_pool';
290-
export type {
291-
ClientMetadata,
292-
ClientMetadataOptions,
293-
LimitedSizeDocument
294-
} from './cmap/handshake/client_metadata';
290+
export type { ClientMetadata, ClientMetadataOptions } from './cmap/handshake/client_metadata';
295291
export type { ConnectionPoolMetrics } from './cmap/metrics';
296292
export type { StreamDescription, StreamDescriptionOptions } from './cmap/stream_description';
297293
export type { CompressorName } from './cmap/wire_protocol/compression';

test/unit/cmap/connect.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const CONNECT_DEFAULTS = {
2727
};
2828

2929
describe('Connect Tests', async function () {
30-
3130
context('when PLAIN auth enabled', () => {
3231
const test: {
3332
server?: any;

0 commit comments

Comments
 (0)