mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Remove grep for ts tests
This commit is contained in:
@@ -23,7 +23,6 @@ testRunner.configure({
|
||||
ui: 'tdd', // the TDD UI is being used in extension.test.ts (suite, test, etc.)
|
||||
useColors: (!process.env.BUILD_ARTIFACTSTAGINGDIRECTORY && process.platform !== 'win32'), // colored output from test results (only windows cannot handle)
|
||||
timeout: 60000,
|
||||
grep: 'References'
|
||||
});
|
||||
|
||||
export = testRunner;
|
||||
|
||||
Reference in New Issue
Block a user