Skip to content

Commit 34b369e

Browse files
committed
Use server version 100.0.0 when testing to avoid triggering the end-of-life modal everywhere
1 parent 099eebb commit 34b369e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/testing-library-compass/src/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ export class MockDataService
181181
},
182182
build: {
183183
isEnterprise: false,
184-
version: '0.0.0',
184+
// Picking a large version to avoid the end-of-life confirmation modal
185+
version: '100.0.0',
185186
},
186187
host: {},
187188
genuineMongoDB: {

0 commit comments

Comments
 (0)