Skip to content

Instantly share code, notes, and snippets.

@SebinLee
Created May 28, 2020 05:56
Show Gist options
  • Save SebinLee/f086c61b4b3f90f99adab149710400c4 to your computer and use it in GitHub Desktop.
Save SebinLee/f086c61b4b3f90f99adab149710400c4 to your computer and use it in GitHub Desktop.
React Testing Recipe 번역 - act()
act(() => {
// 컴포넌트를 렌더합니다.
});
// 평가를 수행합니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment