Created
May 28, 2020 05:56
-
-
Save SebinLee/f086c61b4b3f90f99adab149710400c4 to your computer and use it in GitHub Desktop.
React Testing Recipe 번역 - act()
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
act(() => { | |
// 컴포넌트를 렌더합니다. | |
}); | |
// 평가를 수행합니다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment