Skip to content

Commit a85f1d5

Browse files
committed
Fix lint
1 parent 15c09ef commit a85f1d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/harness/externalCompileRunner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ abstract class ExternalCompileRunnerBase extends RunnerBase {
2727
// Read in and evaluate the test list
2828
const testList = this.tests && this.tests.length ? this.tests : this.enumerateTestFiles();
2929

30+
// tslint:disable-next-line:no-this-assignment
3031
const cls = this;
3132
describe(`${this.kind()} code samples`, function(this: Mocha.ISuiteCallbackContext) {
3233
this.timeout(600_000); // 10 minutes

0 commit comments

Comments
 (0)