From 57e776dc1df47343248df02d0389ae6635558bf5 Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Tue, 9 Mar 2021 18:07:22 -0800 Subject: [PATCH] fix: add comment --- system-test/kitchen.test.ts | 3 +++ 1 file changed, 3 insertions(+) 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);