Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove it.only in data.test.ts

+1 -1
+1 -1
exchanges/graphcache/src/store/data.test.ts
··· 287 287 expect(data.optimisticOrder).toEqual([]); 288 288 }); 289 289 290 - it.only('continues applying optimistic layers even if the first one completes', () => { 290 + it('continues applying optimistic layers even if the first one completes', () => { 291 291 InMemoryData.reserveLayer(data, 1); 292 292 InMemoryData.reserveLayer(data, 2); 293 293 InMemoryData.reserveLayer(data, 3);