- Added compile step in runner and cleanup of imports in test

This commit is contained in:
Ferdi Koomen 2019-11-23 11:04:57 +01:00
parent 7388740cb1
commit cd8b72b080
2 changed files with 2 additions and 1 deletions

View File

@ -13,3 +13,5 @@ OpenAPI.generate(
OpenAPI.Language.JAVASCRIPT,
OpenAPI.HttpClient.XHR,
);
OpenAPI.compile('./test/result/v2/typescript/');

View File

@ -1,6 +1,5 @@
const OpenAPI = require('../dist');
const glob = require('glob');
const path = require('path');
const fs = require('fs');
describe('generation', () => {