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 8e5c20a commit cd9850aCopy full SHA for cd9850a
packages/integration-tests/test/headers.test.ts
@@ -1,13 +1,5 @@
1
import { guard, isEdgeRuntime, polyfilledOrNative } from './test-if'
2
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
-
11
guard(it, polyfilledOrNative)(
12
'sets header calling Headers constructor',
13
async () => {
0 commit comments