From 2844ccde92411d4d52a39156113fa314e5664e2d Mon Sep 17 00:00:00 2001 From: manishb Date: Fri, 27 Jul 2018 16:29:39 -0400 Subject: [PATCH] Fix minor typo --- test/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.ts b/test/index.ts index b3ba0836..ff1e3909 100644 --- a/test/index.ts +++ b/test/index.ts @@ -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',