diff --git a/docs/guide/mocking.md b/docs/guide/mocking.md index 084a222e46e3..d74cbf74f95d 100644 --- a/docs/guide/mocking.md +++ b/docs/guide/mocking.md @@ -439,7 +439,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, http } from 'msw' +import { graphql, http, HttpResponse } from 'msw' const posts = [ {