chore(docs): improve test examples (#2467)
Cody Zuschlag 3 years ago 43c59a64 64163c64
··· 135 135 ```tsx 136 136 import { mount } from 'enzyme'; 137 137 import { Provider } from 'urql'; 138 138 + import { fromValue } from 'wonka'; 138 139 import { MyComponent } from './MyComponent'; 139 140 140 141 it('matches snapshot', () => {