react-truncate icon indicating copy to clipboard operation
react-truncate copied to clipboard

Fixing jsdom exceptions 'Not implemented: HTMLCanvasElement.prototype.getContext'

Open yossyoss opened this issue 6 years ago • 0 comments

Adding null or undefined condition for ellipsis in order to avoid "Not implemented: HTMLCanvasElement.prototype.getContext (without installing the canvas npm package)" during tests see also here: https://github.com/hustcc/jest-canvas-mock/issues/2

yossyoss avatar Nov 11 '19 09:11 yossyoss