Skip to content

Commit cd9850a

Browse files
committed
test: remove duplicate
1 parent 8e5c20a commit cd9850a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/integration-tests/test/headers.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
import { guard, isEdgeRuntime, polyfilledOrNative } from './test-if'
22

3-
guard(it, polyfilledOrNative)(
4-
'sets header calling Headers constructor',
5-
async () => {
6-
const headers = new Headers({ cookie: 'hello=world' })
7-
expect(headers.get('cookie')).toBe('hello=world')
8-
},
9-
)
10-
113
guard(it, polyfilledOrNative)(
124
'sets header calling Headers constructor',
135
async () => {

0 commit comments

Comments
 (0)