Skip to content

Commit 5cdcca0

Browse files
authored
Update testing.md (#2409)
- added missing import
1 parent e6a5356 commit 5cdcca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/openapi-fetch/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test("my request", async () => {
4545
import { http, HttpResponse } from "msw";
4646
import { setupServer } from "msw/node";
4747
import createClient from "openapi-fetch";
48-
import { afterEach, beforeAll, expect, test } from "vitest";
48+
import { afterEach, beforeAll, afterAll, expect, test } from "vitest";
4949
import type { paths } from "./my-openapi-3-schema"; // generated by openapi-typescript
5050

5151
const server = setupServer();

0 commit comments

Comments
 (0)