Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
retry: expect.any(Function) // added in all loading return * changed it("updates if `render` prop changes", retry now is always present * changed it("fetches the query once, always renders snapshot returned by fetch", fetch policy in store-or-network, before store-and-network, now not exist anymore cached request in component * it("does not update if all props are ===", hooks renderer with same result * it("refetch the query if `retry`", now retry only try on network and forceupdate after call ending * it("retains the new selection", called two retain, first one Test, second one Next * removed all test wherequery is null & all test for context
- Loading branch information