Skip to content

Commit b383196

Browse files
committed
Remove commented code
1 parent d6971c8 commit b383196

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/openapi-fetch/test/index.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,6 @@ describe("client", () => {
931931
});
932932

933933
const BODIES = [{ prop: "a" }, {}, "", "str", null, false, 0, 1, new Date("2024-08-07T09:52:00.836Z")] as const;
934-
// const BODIES = ["str"] as const;
935934
const METHOD_BODY_COMBINATIONS = BODY_ACCEPTING_METHODS.flatMap(([method]) =>
936935
BODIES.map((body) => [method, body] as const),
937936
);

0 commit comments

Comments
 (0)