October 2019
Intermediate to advanced
426 pages
11h 49m
English
Now that we have defined the ThemeContextWrapper component, we can make use of it while testing the useTheme Hook.
Let's now test the useTheme Hook as outlined in the following steps:
import { renderHook } from '@testing-library/react-hooks'import { ThemeContextWrapper } from './testUtils'import useTheme from './useTheme'
test('should ...Read now
Unlock full access