I got resolved by remove
yarn remove jest-canvas-mock
yarn add canvas
and import it in setupTests.js file like
import 'canvas';
import '@testing-library/jest-dom';
I got resolved by remove
yarn remove jest-canvas-mock
yarn add canvas
and import it in setupTests.js file like
import 'canvas';
import '@testing-library/jest-dom';