We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e1031 commit dbd489cCopy full SHA for dbd489c
docs/react-testing-library/example-intro.mdx
@@ -72,7 +72,7 @@ See the following sections for a detailed breakdown of the test
72
73
```jsx title="__tests__/fetch.test.jsx"
74
import React from 'react'
75
-import {httpm, HttpResponse} from 'msw'
+import {http, HttpResponse} from 'msw'
76
import {setupServer} from 'msw/node'
77
import {render, fireEvent, screen} from '@testing-library/react'
78
import '@testing-library/jest-dom'
0 commit comments