# Snapshot report for `test/app.test.js` The actual snapshot is saved in `app.test.js.snap`. Generated by [AVA](https://ava.li). ## homepage > should contain relevant microformats data { items: [ { properties: { name: [ 'John Doe', ], photo: [ '/static/johndoe.jpg', ], url: [ '/', ], }, type: [ 'h-card', ], }, { children: [ { properties: { name: [ 'This is a test', ], published: [ '2017-01-01T00:00:00.000Z', ], url: [ '/post/testfile', ], }, type: [ 'h-entry', ], value: 'This is a test Sunday, January 1, 2017', }, ], properties: { name: [ 'John Doe', ], }, type: [ 'h-feed', ], }, ], 'rel-urls': {}, rels: {}, } ## post > should contain relevant microformats data { items: [ { properties: { name: [ 'John Doe', ], photo: [ '/static/johndoe.jpg', ], url: [ '/', ], }, type: [ 'h-card', ], }, { properties: { content: [ { html: '

Ut enim blandit volutpat maecenas? Volutpat blandit aliquam etiam erat velit, scelerisque in dictum non, consectetur a erat nam at lectus urna duis convallis convallis tellus, id interdum velit laoreet!

', value: 'Ut enim blandit volutpat maecenas? Volutpat blandit aliquam etiam erat velit, scelerisque in dictum non, consectetur a erat nam at lectus urna duis convallis convallis tellus, id interdum velit laoreet!', }, ], name: [ 'This is a test', ], published: [ '2017-01-01T00:00:00.000Z', ], }, type: [ 'h-entry', ], }, ], 'rel-urls': {}, rels: {}, } ## tags > should contain relevant microformats data { items: [ { properties: { name: [ 'John Doe', ], photo: [ '/static/johndoe.jpg', ], url: [ '/', ], }, type: [ 'h-card', ], }, { children: [ { properties: { name: [ 'This is a test', ], published: [ '2017-01-01T00:00:00.000Z', ], url: [ '/post/testfile', ], }, type: [ 'h-entry', ], value: 'This is a test Sunday, January 1, 2017', }, ], properties: { name: [ 'A ยท John Doe', ], }, type: [ 'h-feed', ], }, ], 'rel-urls': {}, rels: {}, }