File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/openapi-ts-tests/main/test Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
"recommendations" : [
3
3
" EditorConfig.EditorConfig" ,
4
4
" dbaeumer.vscode-eslint" ,
5
- " esbenp.prettier-vscode"
5
+ " esbenp.prettier-vscode" ,
6
+ " hilleer.yaml-plus-json"
6
7
]
7
8
}
Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ describe('index', () => {
560
560
createClient ( {
561
561
dryRun : true ,
562
562
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' ,
564
564
output : './generated/v2-downloaded/' ,
565
565
plugins : [ '@hey-api/client-fetch' ] ,
566
566
} ) ,
@@ -572,7 +572,7 @@ describe('index', () => {
572
572
createClient ( {
573
573
dryRun : true ,
574
574
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' ,
576
576
output : './generated/v3-downloaded/' ,
577
577
plugins : [ '@hey-api/client-fetch' ] ,
578
578
} ) ,
You can’t perform that action at this time.
0 commit comments