mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Fixed builds
This commit is contained in:
parent
da6f87f8db
commit
b2cb579a55
@ -10,7 +10,8 @@ describe('generation', () => {
|
||||
input: './test/mock/v2/spec.json',
|
||||
output: './test/result/v2/',
|
||||
httpClient: OpenAPI.HttpClient.FETCH,
|
||||
write: false,
|
||||
useOptions: false,
|
||||
useUnionTypes: false,
|
||||
});
|
||||
|
||||
test.each(glob
|
||||
@ -28,7 +29,8 @@ describe('generation', () => {
|
||||
input: './test/mock/v3/spec.json',
|
||||
output: './test/result/v3/',
|
||||
httpClient: OpenAPI.HttpClient.FETCH,
|
||||
write: false,
|
||||
useOptions: false,
|
||||
useUnionTypes: false,
|
||||
});
|
||||
|
||||
test.each(glob
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user