From b2cb579a55d14cfafa2bc49194f273d9f2b08fed Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Wed, 4 Mar 2020 12:09:55 +0100 Subject: [PATCH] - Fixed builds --- test/index.spec.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/index.spec.js b/test/index.spec.js index 02d9cd69..944bb2d1 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -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