Skip to content

Commit

Permalink
Remove grep for ts tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Dec 18, 2019
1 parent 906b111 commit 4636be2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/typescript-language-features/src/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 4636be2

Please sign in to comment.