Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 21, 2024
1 parent 0d29659 commit 5ad4ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion editors/vscode/.vscode-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { defineConfig } from '@vscode/test-cli';

export default defineConfig({
files: 'out/**/*.spec.js',
workspaceFolder: './test/workspace'
workspaceFolder: './test/workspace',
});
2 changes: 1 addition & 1 deletion editors/vscode/client/config.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ suite('Config', () => {
const keys = ['lint.run', 'enable', 'trace.server', 'configPath', 'path.server'];

await Promise.all(keys.map(key => wsConfig.update(key, undefined)));
})
});

test('default values on initialization', () => {
const config = new Config();
Expand Down

0 comments on commit 5ad4ef1

Please sign in to comment.