Skip to content

Instantly share code, notes, and snippets.

@darkmavis1980
Created October 30, 2019 21:13
Show Gist options
  • Save darkmavis1980/af5170851468bd4851ec3a2d393b12e9 to your computer and use it in GitHub Desktop.
Save darkmavis1980/af5170851468bd4851ec3a2d393b12e9 to your computer and use it in GitHub Desktop.
jest-react-chartjs-2
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