mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
fix test runner doc
This commit is contained in:
@@ -13,7 +13,7 @@ const events = require('events');
|
||||
const optimist = require('optimist')
|
||||
.describe('grep', 'only run tests matching <pattern>').alias('grep', 'g').alias('grep', 'f').string('grep')
|
||||
.describe('run', 'only run tests from <file>').string('run')
|
||||
.describe('runGrep', 'only run tests matching <file_pattern>').boolean('runGrep')
|
||||
.describe('runGlob', 'only run tests matching <file_pattern>').boolean('runGlob')
|
||||
.describe('build', 'run with build output (out-build)').boolean('build')
|
||||
.describe('coverage', 'generate coverage report').boolean('coverage')
|
||||
.describe('debug', 'open dev tools, keep window open, reuse app data').string('debug')
|
||||
|
||||
Reference in New Issue
Block a user