- Fixed builds

This commit is contained in:
Ferdi Koomen 2020-03-04 12:09:55 +01:00
parent da6f87f8db
commit b2cb579a55

View File

@ -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