Skip to content

Commit aee734e

Browse files
committed
chore: fix check
1 parent 85f9815 commit aee734e

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/compass-aggregations/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"@mongodb-js/atlas-service": "^0.56.0",
6161
"@mongodb-js/compass-app-registry": "^9.4.20",
6262
"@mongodb-js/compass-app-stores": "^7.57.0",
63+
"@mongodb-js/compass-assistant": "^1.2.0",
6364
"@mongodb-js/compass-collection": "^4.70.0",
6465
"@mongodb-js/compass-components": "^1.49.0",
6566
"@mongodb-js/compass-connections": "^1.71.0",

packages/compass-aggregations/src/components/pipeline-toolbar/pipeline-header/pipeline-actions.spec.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ describe('PipelineActions', function () {
5050
onUpdateView={() => {}}
5151
onCollectionScanInsightActionButtonClick={() => {}}
5252
onShowAIInputClick={() => {}}
53+
stages={[]}
5354
/>
5455
);
5556
});
@@ -115,6 +116,7 @@ describe('PipelineActions', function () {
115116
onExplainAggregation={() => {}}
116117
onCollectionScanInsightActionButtonClick={() => {}}
117118
onShowAIInputClick={() => {}}
119+
stages={[]}
118120
/>
119121
);
120122
});
@@ -158,6 +160,7 @@ describe('PipelineActions', function () {
158160
onExplainAggregation={() => {}}
159161
onCollectionScanInsightActionButtonClick={() => {}}
160162
onShowAIInputClick={() => {}}
163+
stages={[]}
161164
/>
162165
</PreferencesProvider>
163166
);
@@ -195,6 +198,7 @@ describe('PipelineActions', function () {
195198
onUpdateView={() => {}}
196199
onCollectionScanInsightActionButtonClick={() => {}}
197200
onShowAIInputClick={() => {}}
201+
stages={[]}
198202
/>
199203
);
200204
});

0 commit comments

Comments
 (0)