Skip to content

Commit f38fb7b

Browse files
committed
Remove commented out fork test
1 parent a91bd17 commit f38fb7b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

test/fork.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,6 @@ test('fake timers do not break duration', t => {
110110
});
111111
});
112112

113-
/* ignore
114-
test('destructuring of `t` is allowed', t => {
115-
fork(fixture('destructuring-public-api.js'))
116-
.run({})
117-
.then(info => {
118-
t.is(info.stats.failCount, 0);
119-
t.is(info.stats.passCount, 3);
120-
t.end();
121-
});
122-
});
123-
*/
124-
125113
test('babelrc is ignored', t => {
126114
return fork(fixture('babelrc/test.js'))
127115
.then(info => {

0 commit comments

Comments
 (0)