File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -287,11 +287,7 @@ export type {
287
287
WaitQueueMember ,
288
288
WithConnectionCallback
289
289
} 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' ;
295
291
export type { ConnectionPoolMetrics } from './cmap/metrics' ;
296
292
export type { StreamDescription , StreamDescriptionOptions } from './cmap/stream_description' ;
297
293
export type { CompressorName } from './cmap/wire_protocol/compression' ;
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ const CONNECT_DEFAULTS = {
27
27
} ;
28
28
29
29
describe ( 'Connect Tests' , async function ( ) {
30
-
31
30
context ( 'when PLAIN auth enabled' , ( ) => {
32
31
const test : {
33
32
server ?: any ;
You can’t perform that action at this time.
0 commit comments