MeasureTool-GoogleMaps-V3 icon indicating copy to clipboard operation
MeasureTool-GoogleMaps-V3 copied to clipboard

Did anyone manage to make this work with TS + jest?

Open plgagnon2 opened this issue 2 years ago • 1 comments

Did anyone manage to make this work with TS + jest?

plgagnon2 avatar Jul 18 '22 13:07 plgagnon2

Not sure if this is specifically the issue you're running into - But I managed to get this to work in a TS project by adding this:

\src\react-app-env.d.ts

/// <reference types="react-scripts" />
declare module 'measuretool-googlemaps-v3';

birksy89 avatar Aug 17 '22 10:08 birksy89