william-will-angi
william-will-angi
Posting here because I also ran into these issues after regenerating my app's `package-lock.json`. I had installed versions: `@testing-library/react`: `12.1.5` `@testing-library/user-event`: `14.4.3` After regenerating the `package-lock.json`, two different versions of...
Hi all, I've been trying to experiment a bit with this as well. Has anyone figured out a more generic solution via webpack? I'm hoping to avoid an alias for...
Thanks for the response! We have a mono-repo with a package structure like this: ``` packages/ package-1/ index.js __mocks__/ index.js package-2/ index.js __mocks__/ index.js package-3/ index.js __mocks__/ index.js ``` In...
@warman-suganda's suggestion worked for me, but only in dev mode 😢
Would also like to see this feature -- Trying to get profiling information on how long it takes users to use the `cz-cli`, but can't properly track that information without...
@silesky Thanks for the response. We are currently using `analytics.track`, however in doing so we have to do logic similar to [here](https://github.com/segmentio/analytics-next/blob/2a80cd63bce2d7a139ebaa154bba3eb57c8b0137/packages/browser/src/core/auto-track.ts#L74-L93) to mimic the timeout functionality. It isn't terrible,...
Also in the same situation
It seems like this package may be abandoned now. Anybody have a suggestion for another library that would be an easy transition?