Skip to content

Commit

Permalink
fix: temporary fix for flaky test related to mocha bug;
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Mar 10, 2021
1 parent 93f4af1 commit 28e203d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion system-test/kitchen.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-undef */

// Copyright 2017 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -18,7 +20,7 @@ import * as mv from 'mv';
import {ncp} from 'ncp';
import {promisify} from 'util';
import * as tmp from 'tmp';
import {describe, it, afterEach} from 'mocha';

This comment has been minimized.

Copy link
@runoo7

runoo7 Mar 22, 2021

//

//import {describe, it, afterEach} from 'mocha';

const mvp = promisify(mv);
const ncpp = promisify(ncp);
Expand Down

2 comments on commit 28e203d

@runoo7
Copy link

@runoo7 runoo7 commented on 28e203d Mar 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@runoo7
Copy link

@runoo7 runoo7 commented on 28e203d Mar 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.