Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
goce-cz committed Aug 7, 2024
1 parent 0f6d762 commit e2779cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/openapi-fetch/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,6 @@ describe("client", () => {
});

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

0 comments on commit e2779cd

Please sign in to comment.