mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
5f4c19da35
Co-authored-by: Opender Singh <opender.singh@konghq.com>
5 lines
237 B
TypeScript
5 lines
237 B
TypeScript
// WARNING: changing this to `export default` will break the mock and be incredibly hard to debug. Ask me how I know.
|
|
const trackEvent = jest.fn();
|
|
const trackSegmentEvent = jest.fn();
|
|
module.exports = { trackEvent, trackSegmentEvent };
|