File tree 1 file changed +0
-28
lines changed
1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -49,32 +49,4 @@ test('skip subtest', function(t) {
49
49
t . end ( ) ;
50
50
} ) ;
51
51
52
- // un-commenting these 3 tests will make the other tests fail
53
- // scratched my head over this for hours...
54
-
55
- // test('do not skip this', { skip: false }, function(t) {
56
- // t.pass('this should run');
57
- // ran ++;
58
- // t.end();
59
- // });
60
-
61
- // test('skip subtest', function(t) {
62
- // ran ++;
63
- // t.test('do not skip this', { skip: false }, function(t) {
64
- // ran ++;
65
- // t.pass('this should run');
66
- // t.end();
67
- // });
68
- // t.test('skip this', { skip: true }, function(t) {
69
- // t.fail('this should not even run');
70
- // t.end();
71
- // });
72
- // t.end();
73
- // });
74
-
75
- // test('right number of tests ran', function(t) {
76
- // t.equal(ran, 3, 'ran the right number of tests');
77
- // t.end();
78
- // });
79
-
80
52
// vim: set softtabstop=4 shiftwidth=4:
You can’t perform that action at this time.
0 commit comments