src/data/__snapshots__/performance.test.js.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Performance decoder correctly decodes valid CMS performance 1`] = `
Object {
"contentType": "performance",
"fields": Object {
"startTime": "2018-08-18T17:55+00:00",
"title": "title",
},
"id": "hG",
"locale": "en-GB",
"revision": 1,
}
`;