We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c09ef commit a85f1d5Copy full SHA for a85f1d5
src/harness/externalCompileRunner.ts
@@ -27,6 +27,7 @@ abstract class ExternalCompileRunnerBase extends RunnerBase {
27
// Read in and evaluate the test list
28
const testList = this.tests && this.tests.length ? this.tests : this.enumerateTestFiles();
29
30
+ // tslint:disable-next-line:no-this-assignment
31
const cls = this;
32
describe(`${this.kind()} code samples`, function(this: Mocha.ISuiteCallbackContext) {
33
this.timeout(600_000); // 10 minutes
0 commit comments