diff --git a/test/index.js b/test/index.js index 3c09779c..f62fb26c 100644 --- a/test/index.js +++ b/test/index.js @@ -13,3 +13,5 @@ OpenAPI.generate( OpenAPI.Language.JAVASCRIPT, OpenAPI.HttpClient.XHR, ); + +OpenAPI.compile('./test/result/v2/typescript/'); diff --git a/test/index.spec.js b/test/index.spec.js index 08ab9f30..a570f560 100644 --- a/test/index.spec.js +++ b/test/index.spec.js @@ -1,6 +1,5 @@ const OpenAPI = require('../dist'); const glob = require('glob'); -const path = require('path'); const fs = require('fs'); describe('generation', () => {