diff --git a/src/harness/externalCompileRunner.ts b/src/harness/externalCompileRunner.ts index fe1f2413a2d..8cc5201228f 100644 --- a/src/harness/externalCompileRunner.ts +++ b/src/harness/externalCompileRunner.ts @@ -27,6 +27,7 @@ abstract class ExternalCompileRunnerBase extends RunnerBase { // Read in and evaluate the test list const testList = this.tests && this.tests.length ? this.tests : this.enumerateTestFiles(); + // tslint:disable-next-line:no-this-assignment const cls = this; describe(`${this.kind()} code samples`, function(this: Mocha.ISuiteCallbackContext) { this.timeout(600_000); // 10 minutes