Skip to content

Commit

Permalink
docs: Update incorrect import in request mocking example (#4527)
Browse files Browse the repository at this point in the history
  • Loading branch information
anicholls authored Nov 18, 2023
1 parent b6d26ea commit 6a149a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/mocking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
{
Expand Down

0 comments on commit 6a149a6

Please sign in to comment.