Skip to content

Commit

Permalink
Remove this extra test I mistakenly committed
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb authored and domenic committed Apr 2, 2015
1 parent 04bb03e commit 4b1e452
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/skip.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ test.skip('skip this too', function(t) {
t.end();
});

test.skip('skip this too', function(t) {
t.fail('this should not even run');
t.end();
});

test('skip subtest', function(t) {
ran ++;
t.test('do not skip this', { skip: false }, function(t) {
Expand Down

0 comments on commit 4b1e452

Please sign in to comment.