There was an error while loading. Please reload this page.
1 parent 1a3eba4 commit a51ac6aCopy full SHA for a51ac6a
test/index.js
@@ -19,7 +19,7 @@ async function generateV2() {
19
20
async function generateV3() {
21
await OpenAPI.generate({
22
- input: './test/spec/spec.json',
+ input: './test/spec/v3.json',
23
output: './test/generated/v3/',
24
httpClient: OpenAPI.HttpClient.FETCH,
25
useOptions: false,
0 commit comments