Skip to content

Commit ceec1f1

Browse files
committed
tidy up before requesting pull request code review.
1 parent 4b52e9a commit ceec1f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: test/skip.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ test('skip this', { skip: true }, function(t) {
3535
});
3636

3737
test.skip('skip this too', function(t) {
38-
ran++;
3938
t.fail('this should not even run');
39+
ran++;
4040
t.end();
4141
});
4242

Diff for: test/throws.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ tap.test('failures', function (tt) {
117117
t.plan(1);
118118
t.throws(function () {});
119119
});
120-
});
120+
});

0 commit comments

Comments
 (0)