Skip to content

Commit

Permalink
fixup! Only skip exitcode tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Scholtes committed May 20, 2019
1 parent 97de23f commit 2777874
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/options/watch.spec.js
Expand Up @@ -13,8 +13,6 @@ describe('--watch', function() {
this.timeout(10 * 1000);
this.slow(3000);

before(function() {});

beforeEach(function() {
this.tempDir = fs.mkdtempSync(path.join(os.tmpdir(), 'mocha-'));

Expand Down

0 comments on commit 2777874

Please sign in to comment.