Created
October 30, 2019 21:13
-
-
Save darkmavis1980/af5170851468bd4851ec3a2d393b12e9 to your computer and use it in GitHub Desktop.
jest-react-chartjs-2
This file contains hidden or 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
jest.mock('react-chartjs-2', () => ({ | |
Pie: () => null, | |
})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment