fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1887 from hey-api/test/fix-url

test: fix remote url paths

authored by

Lubos and committed by
GitHub
c557e04e 5476f55e

+2 -2
+2 -2
packages/openapi-ts-tests/test/index.test.ts
··· 534 534 await createClient({ 535 535 dryRun: true, 536 536 input: 537 - 'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts/test/spec/v2.json', 537 + 'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/test/spec/v2.json', 538 538 output: './generated/v2-downloaded/', 539 539 plugins: ['@hey-api/client-fetch'], 540 540 }); ··· 544 544 await createClient({ 545 545 dryRun: true, 546 546 input: 547 - 'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts/test/spec/v3.json', 547 + 'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/test/spec/v3.json', 548 548 output: './generated/v3-downloaded/', 549 549 plugins: ['@hey-api/client-fetch'], 550 550 });