We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91bd17 commit f38fb7bCopy full SHA for f38fb7b
test/fork.js
@@ -110,18 +110,6 @@ test('fake timers do not break duration', t => {
110
});
111
112
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
-
125
test('babelrc is ignored', t => {
126
return fork(fixture('babelrc/test.js'))
127
.then(info => {
0 commit comments