We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705daae commit 412d169Copy full SHA for 412d169
test/only2.js
@@ -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
9
0 commit comments