Skip to content

Commit 7eed3c0

Browse files
committed
biome
1 parent 46d3dda commit 7eed3c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/tests-unit/tests/http/utils.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import type http from "node:http";
22

3-
import { parseHeaders, parseSetCookieHeader } from "@opennextjs/aws/http/util.js";
3+
import {
4+
parseHeaders,
5+
parseSetCookieHeader,
6+
} from "@opennextjs/aws/http/util.js";
47

58
describe("parseSetCookieHeader", () => {
69
it("returns an empty list if cookies is emptyish", () => {

0 commit comments

Comments
 (0)