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 46d3dda commit 7eed3c0Copy full SHA for 7eed3c0
packages/tests-unit/tests/http/utils.test.ts
@@ -1,6 +1,9 @@
1
import type http from "node:http";
2
3
-import { parseHeaders, parseSetCookieHeader } from "@opennextjs/aws/http/util.js";
+import {
4
+ parseHeaders,
5
+ parseSetCookieHeader,
6
+} from "@opennextjs/aws/http/util.js";
7
8
describe("parseSetCookieHeader", () => {
9
it("returns an empty list if cookies is emptyish", () => {
0 commit comments