Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli-repl): properly skip update notification fetches in quiet mode MONGOSH-1751 #1919

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

addaleax
Copy link
Contributor

No description provided.

@@ -188,7 +190,7 @@ describe('CliRepl', function () {
const content = await fs.readFile(path.join(tmpdir.path, 'config'), {
encoding: 'utf8',
});
expect((EJSON.parse(content) as any).inspectDepth).equal(Infinity);
expect(EJSON.parse(content).inspectDepth).equal(Infinity);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VSCode autofix did this 🤷‍♀️

@addaleax addaleax merged commit 81d0eac into main Apr 3, 2024
63 checks passed
@addaleax addaleax deleted the properly-skip-update-notification-fetch branch April 3, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants