Skip to content

Commit 08f219e

Browse files
authored
Merge pull request #2353 from hey-api/ci/fix-fail
ci: fix pipelines
2 parents f2e124a + 7b82981 commit 08f219e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"recommendations": [
33
"EditorConfig.EditorConfig",
44
"dbaeumer.vscode-eslint",
5-
"esbenp.prettier-vscode"
5+
"esbenp.prettier-vscode",
6+
"hilleer.yaml-plus-json"
67
]
78
}

packages/openapi-ts-tests/main/test/index.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ describe('index', () => {
560560
createClient({
561561
dryRun: true,
562562
input:
563-
'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/test/spec/v2.json',
563+
'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/specs/v2.json',
564564
output: './generated/v2-downloaded/',
565565
plugins: ['@hey-api/client-fetch'],
566566
}),
@@ -572,7 +572,7 @@ describe('index', () => {
572572
createClient({
573573
dryRun: true,
574574
input:
575-
'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/test/spec/v3.json',
575+
'https://raw.githubusercontent.com/hey-api/openapi-ts/main/packages/openapi-ts-tests/specs/v3.json',
576576
output: './generated/v3-downloaded/',
577577
plugins: ['@hey-api/client-fetch'],
578578
}),

0 commit comments

Comments
 (0)