mirror of
https://github.com/re-rxjs/react-rxjs.git
synced 2025-12-08 18:01:51 +00:00
test(core): remove warnings from factory-bind test
This commit is contained in:
parent
e683316edd
commit
812cb6ff7f
@ -513,7 +513,10 @@ describe("connectFactoryObservable", () => {
|
||||
|
||||
expect(result.current()).toBe(0)
|
||||
|
||||
values$.next(1)
|
||||
actHook(() => {
|
||||
values$.next(1)
|
||||
})
|
||||
|
||||
expect(result.current()).toBe(1)
|
||||
|
||||
subscription.unsubscribe()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user