Created
March 22, 2019 16:22
-
-
Save michelts/57202eec114a0e0b23092923959a4ba3 to your computer and use it in GitHub Desktop.
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
const [global, useGlobal] = useGlobal(); | |
useGlobal.mockReturnValueOnce([mockedGlobal, mockedUseGlobal]); | |
const reducerFunc = useGlobal('someReducerFunc'); | |
useGlobal.mockReturnValueOnce(mockedReducerFunc); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment