summary refs log tree commit diff stats
path: root/test/app.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/app.test.js')
-rw-r--r--test/app.test.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/app.test.js b/test/app.test.js
index 74aeac5..f3d8f07 100644
--- a/test/app.test.js
+++ b/test/app.test.js
@@ -46,7 +46,9 @@ test("homepage", t => {
           t.deepEqual(data.items, [
             {
               properties: {
-                name: ["John Doe"]
+                name: ["John Doe"],
+                url: ["/"],
+                photo: ["/static/johndoe.jpg"]
               },
               type: ["h-card"]
             }