Skip to content

Commit

Permalink
chore(deps): bump to vitest 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 24, 2023
1 parent 707ad1f commit 8a49273
Show file tree
Hide file tree
Showing 5 changed files with 437 additions and 214 deletions.
12 changes: 6 additions & 6 deletions __tests__/cmds/openapi/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,12 @@ describe('rdme openapi', () => {

await expect(openapi.run({ spec, key, version, raw: true })).resolves.toMatchInlineSnapshot(`
"{
\\"commandType\\": \\"create\\",
\\"docs\\": \\"https://dash.readme.com/project/example-project/1.0.1/refs/ex\\",
\\"id\\": 1,
\\"specPath\\": \\"./__tests__/__fixtures__/ref-oas/petstore.json\\",
\\"specType\\": \\"OpenAPI\\",
\\"version\\": \\"1.0.0\\"
"commandType": "create",
"docs": "https://dash.readme.com/project/example-project/1.0.1/refs/ex",
"id": 1,
"specPath": "./__tests__/__fixtures__/ref-oas/petstore.json",
"specType": "OpenAPI",
"version": "1.0.0"
}"
`);

Expand Down
Loading

0 comments on commit 8a49273

Please sign in to comment.