Skip to content

Commit

Permalink
Fix attempt #3
Browse files Browse the repository at this point in the history
  • Loading branch information
omarmosid committed Jul 24, 2023
1 parent 2529056 commit 7370fb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { MCEvent } from '@managed-components/types'
import {
sendEvent,
handleChatEvent,
handleFormEvent,
handleCollectedFormsEvent,
prepareFormEvent,
} from '.'
Expand Down Expand Up @@ -258,7 +257,6 @@ describe('Hubspot MC Collected Form handler works correctly', () => {
})

describe('Hubspot MC Form handler works correctly', () => {
let request: any
const settings = {
accountId: '12345',
regionPrefix: 'eu1',
Expand Down

0 comments on commit 7370fb7

Please sign in to comment.