app/react/Viewer/specs/__snapshots__/EntityView.spec.js.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`EntityView requestState should get the entity, and all connectionsList items 1`] = `
Array [
Object {
"type": "relationTypes/SET",
"value": Array [
Object {
"_id": 1,
"name": "against",
},
],
},
Object {
"type": "entityView/entity/SET",
"value": Object {
"_id": 1,
"sharedId": "123",
"template": "1",
},
},
Object {
"type": "RELATIONSHIPS_SET_REDUX_STATE",
},
]
`;