Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
exclude watch test cases
  • Loading branch information
sokra committed Nov 5, 2018
1 parent 10ff7a5 commit 4b72635
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/RemoveFiles.test.js
Expand Up @@ -29,6 +29,11 @@ const createSingleCompiler = () => {
};

describe("RemovedFiles", () => {
if (process.env.NO_WATCH_TESTS) {
it.skip("watch tests excluded", () => {});
return;
}

jest.setTimeout(20000);

function cleanup() {
Expand Down

0 comments on commit 4b72635

Please sign in to comment.