diff --git a/package.json b/package.json index d7de0c9..36fa755 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@synx-ai/oas3-mdx", - "version": "0.4.6", + "version": "0.4.7", "description": "Convert OpenAPI spec to Markdown files.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/tests/index.test.ts b/tests/index.test.ts index 9ee7e84..9b93c62 100644 --- a/tests/index.test.ts +++ b/tests/index.test.ts @@ -1,3 +1,4 @@ +/* eslint-disable no-undef */ import convert from "../dist"; const fileThatExists = "./example/specs/petstore.json";