segmentio / analytics-next

Segment Analytics.js 2.0
https://segment.com/docs/connections/sources/catalog/libraries/website/javascript
MIT License
403 stars 136 forks source link

Mocking with Jest or Vitest is VERY hard #1003

Closed andrewmclagan closed 10 months ago

andrewmclagan commented 10 months ago

For those who want to know how to do it:

https://gist.github.com/andrewmclagan/82e847c2b9fa4de68eb079b08e45866d

silesky commented 10 months ago

@andrewmclagan I'm glad you were able to get unblocked.

We just added new setting that may help. If you want to avoid mocking, you can use the { disable: true } option we just added here in the last release: https://github.com/segmentio/analytics-next/pull/992#issue-1982421989