mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-06 10:56:41 +00:00
Fix react testing library import
This commit is contained in:
parent
89c9920269
commit
8c2cf41ace
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ In `Components.test.js`:
|
|||
|
||||
```js
|
||||
import React from "react";
|
||||
import { cleanup, render } from "react-testing-library";
|
||||
import { cleanup, render } from "@testing-library/react";
|
||||
|
||||
import Component from "./path/to/Component";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue