Fix minor typo

This commit is contained in:
manishb 2018-07-27 16:29:39 -04:00
parent eba1464fac
commit 2844ccde92

View File

@ -17,7 +17,7 @@ Globals.mockConfiguration = new Configuration();
// See https://github.com/mochajs/mocha/wiki/Using-mocha-programmatically#set-options for more info
var testRunner = require('vscode/lib/testrunner');
// create new RegExp to catch error early, ie before passing it to mocha
// create new RegExp to catch errors early, ie before passing it to mocha
const mochaGrep = new RegExp(process.env.MOCHA_GREP || '');
const testRunnerConfiguration: MochaSetupOptions = {
ui: 'tdd',