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

docs snippet missing comma #196427

Closed
andreamah opened this issue Oct 24, 2023 · 1 comment
Closed

docs snippet missing comma #196427

andreamah opened this issue Oct 24, 2023 · 1 comment
Assignees

Comments

@andreamah
Copy link
Contributor

Testing #196332

The advanced defineConfig is missing a comma after ui: 'tdd'. Should be:

// .vscode-test.js
const { defineConfig } = require('@vscode/test-cli');

module.exports = defineConfig([
	{
		label: 'unitTests',
		files: 'out/test/**/*.test.js',
		version: 'insiders',
		workspaceFolder: './sampleWorkspace',
		mocha: {
			ui: 'tdd',
			timeout: 20000,
		},
	},
	// you can specify additional test configurations, too
]);
@connor4312
Copy link
Member

Fixed in the docs repo

@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants