Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 22, 2023
1 parent ae8f719 commit beab637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/browser/src/core/__tests__/track-form.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ describe('trackForm', () => {
window.location.search = '?foo=123'
await analytics.trackForm(form, 'foo', {}, { context: { ip: '0.0.0.0' } })
submit.click()
console.log(window.location.href)
const [, , properties] = mockTrack.mock.lastCall as any[]

expect((properties.context as any).page).toEqual({
Expand Down

0 comments on commit beab637

Please sign in to comment.