Skip to content

Commit

Permalink
remove unused spec + tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaub committed May 9, 2018
1 parent 0a11b92 commit c5579d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions test/integration/fixtures/mocha-process-hanging.fixture.js

This file was deleted.

2 changes: 0 additions & 2 deletions test/integration/options.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var helpers = require('./helpers');
var run = helpers.runMochaJSON;
var runRaw = helpers.runMochaJSONRaw;
var directInvoke = helpers.invokeMocha;
// var directInvokeBlocking = helpers.invokeBlockingMocha;
var resolvePath = helpers.resolveFixturePath;
var args = [];

Expand Down Expand Up @@ -522,7 +521,6 @@ describe('options', function() {
}

var expectedCloseCursor = '\u001b[?25h';
// console.log('data', data);
expect(data.output, 'to contain', expectedCloseCursor);
expect(data.code, 'to be', 130);
done();
Expand Down

0 comments on commit c5579d1

Please sign in to comment.