Replies: 1 comment
|
Let's say we want to test the hook at We can run just this file and avoid running entire test suite by using the following command on cli npx jest src/core/hooks/useLayoutEffect/useLayoutEffect.test.tsx |
0 replies
Answer selected by
kotAPI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's say we want to test the hook at
src/core/hooks/useLayoutEffect/useLayoutEffect.test.tsxWe can run just this file and avoid running entire test suite by using the following command on cli