We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a5356 commit 5cdcca0Copy full SHA for 5cdcca0
docs/openapi-fetch/testing.md
@@ -45,7 +45,7 @@ test("my request", async () => {
45
import { http, HttpResponse } from "msw";
46
import { setupServer } from "msw/node";
47
import createClient from "openapi-fetch";
48
-import { afterEach, beforeAll, expect, test } from "vitest";
+import { afterEach, beforeAll, afterAll, expect, test } from "vitest";
49
import type { paths } from "./my-openapi-3-schema"; // generated by openapi-typescript
50
51
const server = setupServer();
0 commit comments