feat: Add photo to marked-up h-chard
1 file changed, 3 insertions(+), 1 deletion(-)
changed files
M test/app.test.js → test/app.test.js
@@ -46,7 +46,9 @@ mf.getAsync(options).then(data => { t.deepEqual(data.items, [ { properties: { - name: ["John Doe"] + name: ["John Doe"], + url: ["/"], + photo: ["/static/johndoe.jpg"] }, type: ["h-card"] }