Skip to content

Commit

Permalink
docs: eslint betrayed me
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Dec 2, 2024
1 parent 637ba3d commit 201fa49
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 @@ -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 = [
{
Expand Down

0 comments on commit 201fa49

Please sign in to comment.