exclude watch test cases

This commit is contained in:
Tobias Koppers 2018-10-25 10:56:31 +02:00
parent 10ff7a5173
commit 4b7263525e
1 changed files with 5 additions and 0 deletions

View File

@ -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() {