Skip to content

Commit 412d169

Browse files
author
James Halliday
committed
failing test.only test
1 parent 705daae commit 412d169

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/only2.js

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
var test = require('../');
2+
3+
test('only2 test 1', function (t) {
4+
t.end();
5+
});
6+
7+
test.only('only2 test 2', function (t) {
8+
t.end();
9+
});

0 commit comments

Comments
 (0)