Skip to content

Commit

Permalink
🐞 disble eslint no-undef on jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrivera committed Sep 25, 2021
1 parent 1b5efd5 commit 37a3424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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",
Expand Down
1 change: 1 addition & 0 deletions tests/index.test.ts
@@ -1,3 +1,4 @@
/* eslint-disable no-undef */
import convert from "../dist";

const fileThatExists = "./example/specs/petstore.json";
Expand Down

0 comments on commit 37a3424

Please sign in to comment.