diff --git a/docs/guide/mocking.md b/docs/guide/mocking.md index 69e1c19d82d9..c794d715458f 100644 --- a/docs/guide/mocking.md +++ b/docs/guide/mocking.md @@ -277,7 +277,7 @@ You can use it like below in your [setup file](/config/#setupfiles) ```js import { afterAll, afterEach, beforeAll } from 'vitest' import { setupServer } from 'msw/node' -import { HttpResponse, graphql, rest } from 'msw' +import { HttpResponse, graphql, http } from 'msw' const posts = [ {