Skip to content

Commit 055b898

Browse files
committed
unit testing
1 parent 729c6db commit 055b898

File tree

8 files changed

+489
-203
lines changed

8 files changed

+489
-203
lines changed

package-lock.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass-query-bar/src/stores/query-bar-store.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@ export function activatePlugin(
131131
const favoriteQueryStorage = favoriteQueryStorageAccess?.getStorage();
132132
const recentQueryStorage = recentQueryStorageAccess?.getStorage();
133133

134-
const orgId = connectionInfoRef.current.atlasMetadata.orgId;
135-
const groupId = connectionInfoRef.current.atlasMetadata.projectId;
136-
favoriteQueryStorage.setOrgAndGroupId(orgId, groupId);
137-
recentQueryStorage.setOrgAndGroupId(orgId, groupId);
138-
139134
const store = configureStore(
140135
{
141136
namespace: namespace ?? '',

packages/compass-user-data/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"email": "[email protected]"
1313
},
1414
"homepage": "https://github.com/mongodb-js/compass",
15-
"version": "0.7.5",
15+
"version": "0.8.0",
1616
"repository": {
1717
"type": "git",
1818
"url": "https://github.com/mongodb-js/compass.git"
@@ -51,7 +51,6 @@
5151
"dependencies": {
5252
"@mongodb-js/compass-logging": "^1.7.5",
5353
"@mongodb-js/compass-utils": "^0.9.4",
54-
"@mongodb-js/compass-connections": "^1.65.0",
5554
"write-file-atomic": "^5.0.1",
5655
"zod": "^3.25.17"
5756
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export type { Stats, ReadAllResult, ReadAllWithStatsResult } from './user-data';
2-
export { type IUserData, FileUserData } from './user-data';
2+
export { type IUserData, FileUserData, AtlasUserData } from './user-data';
33
export { z } from 'zod';

0 commit comments

Comments
 (0)