Remove grep for ts tests

This commit is contained in:
Matt Bierner 2019-12-17 16:50:36 -08:00
parent 906b111e3f
commit 4636be2b71

View file

@ -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;