mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Added compile step in runner and cleanup of imports in test
This commit is contained in:
parent
7388740cb1
commit
cd8b72b080
@ -13,3 +13,5 @@ OpenAPI.generate(
|
||||
OpenAPI.Language.JAVASCRIPT,
|
||||
OpenAPI.HttpClient.XHR,
|
||||
);
|
||||
|
||||
OpenAPI.compile('./test/result/v2/typescript/');
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
const OpenAPI = require('../dist');
|
||||
const glob = require('glob');
|
||||
const path = require('path');
|
||||
const fs = require('fs');
|
||||
|
||||
describe('generation', () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user