oxc/editors/vscode/.vscode-test.mjs
Alexander S. 779f4798e2
test(editor): check if workspace configuration is updated (#7403)
setter methods can not return anything (void), so that why I needed to
refactor them :)
2024-11-23 12:59:18 +08:00

6 lines
152 B
JavaScript

import { defineConfig } from '@vscode/test-cli';
export default defineConfig({
files: 'out/**/*.spec.js',
workspaceFolder: './test_workspace',
});