We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d0335 commit af728e8Copy full SHA for af728e8
test/plan_optional.js
@@ -9,7 +9,7 @@ test('no plan async', function (t) {
9
setTimeout(function() {
10
t.pass('ok');
11
t.end();
12
- });
+ }, 100);
13
});
14
15
// vim: set softtabstop=4 shiftwidth=4:
0 commit comments