Skip to content

Commit a6e7b50

Browse files
committed
chore: format
1 parent 364a25e commit a6e7b50

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

packages/cli/src/adapters/openapi/openapi.test.ts

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ describe("OpenAPI Adapter", () => {
243243
paginationConfig,
244244
{
245245
typesImportPath: "./types",
246-
functionsImportPath: "../functions",
246+
functionsImportPath: "../functions",
247247
sourceName: "api",
248248
},
249249
);
@@ -261,7 +261,7 @@ describe("OpenAPI Adapter", () => {
261261
paginationConfig,
262262
{
263263
typesImportPath: "./types",
264-
functionsImportPath: "../functions",
264+
functionsImportPath: "../functions",
265265
sourceName: "api",
266266
},
267267
);
@@ -278,7 +278,7 @@ describe("OpenAPI Adapter", () => {
278278
paginationConfig,
279279
{
280280
typesImportPath: "./types",
281-
functionsImportPath: "../functions",
281+
functionsImportPath: "../functions",
282282
sourceName: "api",
283283
},
284284
);
@@ -295,7 +295,7 @@ describe("OpenAPI Adapter", () => {
295295
paginationConfig,
296296
{
297297
typesImportPath: "./types",
298-
functionsImportPath: "../functions",
298+
functionsImportPath: "../functions",
299299
sourceName: "api",
300300
},
301301
);
@@ -312,7 +312,7 @@ describe("OpenAPI Adapter", () => {
312312
paginationConfig,
313313
{
314314
typesImportPath: "./types",
315-
functionsImportPath: "../functions",
315+
functionsImportPath: "../functions",
316316
sourceName: "api",
317317
},
318318
);
@@ -334,7 +334,7 @@ describe("OpenAPI Adapter", () => {
334334
paginationConfig,
335335
{
336336
typesImportPath: "./types",
337-
functionsImportPath: "../functions",
337+
functionsImportPath: "../functions",
338338
sourceName: "api",
339339
},
340340
);
@@ -349,7 +349,7 @@ describe("OpenAPI Adapter", () => {
349349
paginationConfig,
350350
{
351351
typesImportPath: "./types",
352-
functionsImportPath: "../functions",
352+
functionsImportPath: "../functions",
353353
sourceName: "api",
354354
},
355355
);
@@ -365,7 +365,7 @@ describe("OpenAPI Adapter", () => {
365365
paginationConfig,
366366
{
367367
typesImportPath: "./types",
368-
functionsImportPath: "../functions",
368+
functionsImportPath: "../functions",
369369
sourceName: "api",
370370
queryOverrides: {
371371
operations: {
@@ -389,7 +389,7 @@ describe("OpenAPI Adapter", () => {
389389
paginationConfig,
390390
{
391391
typesImportPath: "./types",
392-
functionsImportPath: "../functions",
392+
functionsImportPath: "../functions",
393393
sourceName: "api",
394394
queryOverrides: {
395395
operations: {
@@ -517,7 +517,7 @@ describe("Remote OpenAPI Spec Loading", () => {
517517
config,
518518
{
519519
typesImportPath: "./types",
520-
functionsImportPath: "../functions",
520+
functionsImportPath: "../functions",
521521
sourceName: "petstore",
522522
},
523523
);
@@ -1582,7 +1582,7 @@ describe("OpenAPI Extended Types Generation", () => {
15821582
const schema = await openapiAdapter.loadSchema(extendedConfig);
15831583
const result = openapiAdapter.generateOperations(schema, extendedConfig, {
15841584
typesImportPath: "./types",
1585-
functionsImportPath: "../functions",
1585+
functionsImportPath: "../functions",
15861586
sourceName: "petstore-extended",
15871587
});
15881588

@@ -1603,7 +1603,7 @@ describe("OpenAPI Operations Generation Edge Cases", () => {
16031603
const schema = await openapiAdapter.loadSchema(config);
16041604
const result = openapiAdapter.generateOperations(schema, config, {
16051605
typesImportPath: "./types",
1606-
functionsImportPath: "../functions",
1606+
functionsImportPath: "../functions",
16071607
sourceName: "petstore",
16081608
});
16091609

@@ -1623,7 +1623,7 @@ describe("OpenAPI Operations Generation Edge Cases", () => {
16231623
const schema = await openapiAdapter.loadSchema(config);
16241624
const result = openapiAdapter.generateOperations(schema, config, {
16251625
typesImportPath: "./types",
1626-
functionsImportPath: "../functions",
1626+
functionsImportPath: "../functions",
16271627
sourceName: "petstore",
16281628
});
16291629

@@ -1643,7 +1643,7 @@ describe("OpenAPI Operations Generation Edge Cases", () => {
16431643
const schema = await openapiAdapter.loadSchema(config);
16441644
const result = openapiAdapter.generateOperations(schema, config, {
16451645
typesImportPath: "./types",
1646-
functionsImportPath: "../functions",
1646+
functionsImportPath: "../functions",
16471647
sourceName: "petstore",
16481648
});
16491649

@@ -2406,7 +2406,7 @@ describe("OpenAPI Collection Discovery", () => {
24062406
filterableConfig,
24072407
{
24082408
typesImportPath: "./schema",
2409-
functionsImportPath: "../functions",
2409+
functionsImportPath: "../functions",
24102410
sourceName: "filterable",
24112411
collectionOverrides: {
24122412
Product: { syncMode: "on-demand" },
@@ -2436,7 +2436,7 @@ describe("OpenAPI Collection Discovery", () => {
24362436
filterableConfig,
24372437
{
24382438
typesImportPath: "./schema",
2439-
functionsImportPath: "../functions",
2439+
functionsImportPath: "../functions",
24402440
sourceName: "filterable",
24412441
collectionOverrides: {
24422442
Product: { syncMode: "on-demand" },
@@ -2456,7 +2456,7 @@ describe("OpenAPI Collection Discovery", () => {
24562456
filterableConfig,
24572457
{
24582458
typesImportPath: "./schema",
2459-
functionsImportPath: "../functions",
2459+
functionsImportPath: "../functions",
24602460
sourceName: "filterable",
24612461
collectionOverrides: {
24622462
Product: { syncMode: "on-demand", predicateMapping: "jsonapi" },
@@ -2476,7 +2476,7 @@ describe("OpenAPI Collection Discovery", () => {
24762476
filterableConfig,
24772477
{
24782478
typesImportPath: "./schema",
2479-
functionsImportPath: "../functions",
2479+
functionsImportPath: "../functions",
24802480
sourceName: "filterable",
24812481
},
24822482
);

0 commit comments

Comments
 (0)