Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrivera committed Mar 2, 2021
1 parent 812ef4c commit 8ac543e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synx-ai/openapi2md",
"version": "0.2.3",
"version": "0.2.4",
"description": "Convert OpenAPI spec to Markdown files.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ const fileThatExistsInAnotherFormat = "./readme.md";
const urlThatExists = "https://petstore3.swagger.io/api/v3/openapi.json";
const urlThatNotExists = "https://petstore3.synx.io/api/v3/openapi.json";


describe("convert()", () => {


it("should execute from file", () => {
return expect(convert(fileThatExists, "./build")).resolves.toBeUndefined();
});
Expand Down

0 comments on commit 8ac543e

Please sign in to comment.