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 ebbfca0 commit 69daf52Copy full SHA for 69daf52
packages/compass-settings/src/components/settings/general.spec.tsx
@@ -60,7 +60,7 @@ describe('GeneralSettings', function () {
60
});
61
62
it('changes defaultSortOrder value when selecting an option', function () {
63
- const select = within(container).getByTestId('defaultSortOrder').click();
+ within(container).getByTestId('defaultSortOrder').click();
64
within(container).getByText('_id: 1').click();
65
expect(getSettings()).to.have.property('defaultSortOrder', '{ _id: 1 }');
66
0 commit comments