Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Mar 10, 2021
1 parent 5700f1b commit 57e776d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system-test/kitchen.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 57e776d

Please sign in to comment.