fix eslint errors after merge

This commit is contained in:
Alexander
2019-06-23 18:58:07 +03:00
parent 7389200ce2
commit 4b5017d551

View File

@@ -115,7 +115,7 @@ class DockerfileRunner extends ExternalCompileRunnerBase {
// 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
// eslint-disable-next-line @typescript-eslint/no-this-alias
const cls = this;
describe(`${this.kind()} code samples`, function(this: Mocha.ISuiteCallbackContext) {
this.timeout(cls.timeout); // 20 minutes