File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
packages/compass-workspaces/src/stores Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ import { createPluginTestHelpers } from '@mongodb-js/testing-library-compass';
1313type WorkspacesStore = ReturnType < typeof activateWorkspacePlugin > [ 'store' ] ;
1414
1515describe ( 'tabs behavior' , function ( ) {
16- const { activatePluginWithConnections } = createPluginTestHelpers (
17- WorkspacesPlugin . withMockServices ( {
18- instancesManager : new TestMongoDBInstanceManager ( ) ,
19- } ) ,
20- { onActiveWorkspaceTabChange : ( ) => undefined }
21- ) ;
22-
2316 function configureStore ( ) {
17+ const { activatePluginWithConnections } = createPluginTestHelpers (
18+ WorkspacesPlugin . withMockServices ( {
19+ instancesManager : new TestMongoDBInstanceManager ( ) ,
20+ } ) ,
21+ { onActiveWorkspaceTabChange : ( ) => undefined }
22+ ) ;
2423 const result = activatePluginWithConnections ( ) ;
2524 return result . plugin . store ;
2625 }
You can’t perform that action at this time.
0 commit comments