Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jan 27, 2025
1 parent 2822584 commit ada93ac
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { sleep } from '@segment/analytics-core'
import { createInteractionSignal } from '../../../../types/factories'
import { SignalEmitter } from '../../../emitter'
import { OnChangeGenerator } from '../change-gen'
Expand Down Expand Up @@ -28,8 +27,6 @@ describe('OnChangeGenerator', () => {
unregister = onChangeGenerator.register(emitter)
document.dispatchEvent(event)

await sleep(100)

expect(emitSpy).toHaveBeenCalledWith(
createInteractionSignal({
eventType: 'change',
Expand Down

0 comments on commit ada93ac

Please sign in to comment.