Skip to content

Commit 4d41757

Browse files
all
1 parent 86ec386 commit 4d41757

File tree

7 files changed

+419
-67
lines changed

7 files changed

+419
-67
lines changed

global.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ declare global {
2020
idmsMockServer?: true;
2121
nodejs?: string;
2222
predicate?: (test?: Mocha.Test) => true | string;
23-
crypt_shared?: 'enabled' | 'disabled'
23+
crypt_shared?: 'enabled' | 'disabled',
24+
libmongocrypt?: string;
2425
};
2526

2627
sessions?: {

0 commit comments

Comments
 (0)