Skip to content

Commit ff8718b

Browse files
committed
chore: lint format
1 parent 7d4f1b3 commit ff8718b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/openapi-typescript/test/transform/path-item-object.test.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,7 @@ describe("transformPathItemObject", () => {
421421
],
422422
];
423423

424-
for (const [
425-
testName,
426-
{ given, want, options = DEFAULT_OPTIONS, ci },
427-
] of tests) {
424+
for (const [testName, { given, want, options = DEFAULT_OPTIONS, ci }] of tests) {
428425
test.skipIf(ci?.skipIf)(
429426
testName,
430427
async () => {

0 commit comments

Comments
 (0)