aboutsummaryrefslogtreecommitdiff
path: root/test/js/web/fetch/headers.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/web/fetch/headers.test.ts')
-rw-r--r--test/js/web/fetch/headers.test.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/js/web/fetch/headers.test.ts b/test/js/web/fetch/headers.test.ts
index 8ae17c11e..6ac1b0671 100644
--- a/test/js/web/fetch/headers.test.ts
+++ b/test/js/web/fetch/headers.test.ts
@@ -251,8 +251,7 @@ describe("Headers", () => {
// @ts-expect-error
expect(() => cookies.getAll("not-set-cookie")).toThrow(TypeError);
});
- const it1 = "getSetCookie" in cookies ? test : test.skip;
- it1("can get header with set-cookie using getSetCookie()", () => {
+ test("can get header with set-cookie using getSetCookie()", () => {
// @ts-expect-error
expect(cookies.getSetCookie()).toEqual([
"__Secure-ID=123; Secure; Domain=example.com",