mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
const trackEvent = jest.fn();
|
|
const trackSegmentEvent = jest.fn();
|
|
module.exports = { trackEvent, trackSegmentEvent };
|