-
-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Description
The spec doesn't seem to make a requirement either way, but I think the idea was that skipped tests are not "passing" since they don't run.
This example reports 2 passing tests, but I expected it to report 1 passing and 1 skipped.
test = require('tape');
test('foo', function(t) {
t.pass(1, 'yay');
t.skip('stuff');
t.end();
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels