We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18c41f commit 06ebee8Copy full SHA for 06ebee8
packages/compass-sidebar/src/components/use-filtered-connections.spec.ts
@@ -647,7 +647,7 @@ describe('useFilteredConnections', function () {
647
initialProps: {
648
connections: mockSidebarConnections,
649
filter: {
650
- regex: new RegExp('ready_1_1.coll_ready_shared_name', 'i'), // this matches only coll_ready_shared_name collection in ready_1_1 database
+ regex: new RegExp('ready_1_1\\.coll_ready_shared_name', 'i'), // this matches only coll_ready_shared_name collection in ready_1_1 database
651
excludeInactive: false,
652
},
653
fetchAllCollections: fetchAllCollectionsStub,
0 commit comments