diff --git a/system-test/kitchen.test.ts b/system-test/kitchen.test.ts index 5cf5ccefab..62e68bd111 100644 --- a/system-test/kitchen.test.ts +++ b/system-test/kitchen.test.ts @@ -20,6 +20,9 @@ import * as mv from 'mv'; import {ncp} from 'ncp'; import {promisify} from 'util'; import * as tmp from 'tmp'; + +//TODO: uncomment this line and remove the eslint disable once +// https://github.com/mochajs/mocha/issues/4598 is resolved //import {describe, it, afterEach} from 'mocha'; const mvp = promisify(mv);