Skip to content

Commit

Permalink
chore: import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aanshi07 committed Oct 14, 2024
1 parent b644cc7 commit b21a332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v0/destinations/tune/transform.test.js
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down

0 comments on commit b21a332

Please sign in to comment.