From b21a332af24972b76feeb7da97755724a574e6bd Mon Sep 17 00:00:00 2001 From: Aanshi Lahoti Date: Mon, 14 Oct 2024 19:36:18 +0530 Subject: [PATCH] chore: import fix --- src/v0/destinations/tune/transform.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/v0/destinations/tune/transform.test.js b/src/v0/destinations/tune/transform.test.js index 58c0811986..688339d649 100644 --- a/src/v0/destinations/tune/transform.test.js +++ b/src/v0/destinations/tune/transform.test.js @@ -1,5 +1,5 @@ -import { InstrumentationError } from '@rudderstack/integrations-lib'; -import { responseBuilder, processEvent } from './transform'; +const { InstrumentationError } = require('@rudderstack/integrations-lib'); +const { responseBuilder, processEvent } = require('./transform'); describe('responseBuilder', () => { // Correctly maps properties to destination keys based on eventsMapping it('should map properties to destination keys when eventsMapping is provided', () => {