react-code-dataset
/
spectrum
/api
/test
/community
/queries
/__snapshots__
/communitySettings.test.js.snap
| // Jest Snapshot v1, https://goo.gl/fbAQLP | |
| exports[`should fetch a communitys settings 1`] = ` | |
| Object { | |
| "data": Object { | |
| "community": Object { | |
| "id": "1", | |
| }, | |
| }, | |
| } | |
| `; | |