JamesLMilner / terra-draw

A library for drawing on maps that supports Mapbox, MapLibre, Google Maps, OpenLayers and Leaflet out the box
https://terradraw.io
MIT License
447 stars 50 forks source link

chore: move all deprecated jest toBeCalled -> toHaveBeenCalled #265

Closed JamesLMilner closed 2 months ago

JamesLMilner commented 2 months ago

Description of Changes

Removes all references to toBeCalled, toBeCalledTimes, toBeCalledWith and replaces with the non deprecated equivalents

Link to Issue

PR Checklist