Skip to content

Commit

Permalink
Fix nodejs import statement in example
Browse files Browse the repository at this point in the history
- Fixes #1201
  • Loading branch information
TimDaub committed Apr 12, 2022
1 parent 6fc89f7 commit eb028b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Here's an example of an actual integration test in Jest that uses [React Testing
import '@testing-library/jest-dom'
import React from 'react'
import { rest } from 'msw'
import { setupServer } from 'msw/node'
import { setupServer } from 'msw/node/lib/index.js'
import { render, screen } from '@testing-library/react'
import userEvent from '@testing-library/user-event'
import Login from '../src/components/Login'
Expand Down

0 comments on commit eb028b5

Please sign in to comment.