Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Oct 17, 2021
1 parent bc0af5c commit 4475275
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -39,6 +39,7 @@ describe('settings', () => {
language: 'en-US',
addQueryDepthLimit: 1,
tabSize: 1,
'editor.shortcuts': {},
});
});

Expand All @@ -62,6 +63,7 @@ describe('settings', () => {
language: 'en-US',
addQueryDepthLimit: 1,
tabSize: 1,
'editor.shortcuts': {},
});
});

Expand All @@ -74,6 +76,7 @@ describe('settings', () => {
language: 'en-US',
addQueryDepthLimit: 1,
tabSize: 1,
'editor.shortcuts': {},
});
});

Expand All @@ -92,6 +95,7 @@ describe('settings', () => {
language: 'en-US',
addQueryDepthLimit: 1,
tabSize: 1,
'editor.shortcuts': {},
});
});

Expand Down

0 comments on commit 4475275

Please sign in to comment.