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 df1c303 commit f354fe3Copy full SHA for f354fe3
packages/e2e-tests/test/e2e-snippet.spec.ts
@@ -72,7 +72,7 @@ describe('snippet integration tests', function () {
72
shell.assertNoErrors();
73
});
74
75
- // TODO: port to the new autocomplete
+ // TODO(MONGOSH-2205): port to the new autocomplete
76
it('autocompletes snippet commands', async function () {
77
if (process.arch === 's390x') {
78
return this.skip(); // https://jira.mongodb.org/browse/MONGOSH-746
0 commit comments