From 07e153dd5b9e1a85ceb9ddf61e59d0b8a489e39f Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Thu, 8 Sep 2022 12:33:00 -0400 Subject: [PATCH] test(NODE-4607): add ConnectionPoolReadyEvent to exports unit test --- test/unit/index.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/index.test.ts b/test/unit/index.test.ts index 98c2ced75e4..2ebd2293c94 100644 --- a/test/unit/index.test.ts +++ b/test/unit/index.test.ts @@ -42,6 +42,7 @@ const EXPECTED_EXPORTS = [ 'ConnectionPoolClosedEvent', 'ConnectionPoolCreatedEvent', 'ConnectionPoolMonitoringEvent', + 'ConnectionPoolReadyEvent', 'ConnectionReadyEvent', 'CURSOR_FLAGS', 'Db',