Skip to content

Commit e25ddbd

Browse files
committed
wip
1 parent a3e34e5 commit e25ddbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signals/signals/src/core/signal-generators/dom-gen/__tests__/mutation-observer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('MutationObservable', () => {
9292
it('should debounce tect inputs if happening in the same tick', async () => {
9393
mutationObservable = new MutationObservable(
9494
new MutationObservableSettings({
95-
debounceMs: 100,
95+
debounceMs: 50,
9696
})
9797
)
9898
mutationObservable.subscribe(subscribeFn)

0 commit comments

Comments
 (0)