Skip to content

Commit dbd489c

Browse files
Update docs/react-testing-library/example-intro.mdx
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
1 parent c6e1031 commit dbd489c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react-testing-library/example-intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ See the following sections for a detailed breakdown of the test
7272

7373
```jsx title="__tests__/fetch.test.jsx"
7474
import React from 'react'
75-
import {httpm, HttpResponse} from 'msw'
75+
import {http, HttpResponse} from 'msw'
7676
import {setupServer} from 'msw/node'
7777
import {render, fireEvent, screen} from '@testing-library/react'
7878
import '@testing-library/jest-dom'

0 commit comments

Comments
 (0)