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

chore(docs): improve test examples (#2467)

authored by

Cody Zuschlag and committed by
GitHub
43c59a64 64163c64

+1
+1
docs/advanced/testing.md
··· 135 135 ```tsx 136 136 import { mount } from 'enzyme'; 137 137 import { Provider } from 'urql'; 138 + import { fromValue } from 'wonka'; 138 139 import { MyComponent } from './MyComponent'; 139 140 140 141 it('matches snapshot', () => {