Skip to content

Commit 960a10d

Browse files
committed
oops
1 parent f1c38d6 commit 960a10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fetch/test/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ describe('Request', () => {
272272
});
273273
});
274274

275-
it.only('should read formData after clone with FormData body',async () => {
275+
it('should read formData after clone with FormData body',async () => {
276276
const ogFormData = new WebFormData();
277277
ogFormData.append('a', 1);
278278
ogFormData.append('b', 2);

0 commit comments

Comments
 (0)