We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5aa34 commit 9673a89Copy full SHA for 9673a89
packages/zenblog/tests/index.test.ts
@@ -69,6 +69,7 @@ test("Authors get by slug", async () => {
69
expect(author).toBeDefined();
70
expect(author.data).toBeDefined();
71
expect(author.data.slug).toBe("pepe");
72
+ expect(author.data.name).toBe("Pepe");
73
});
74
75
test("Tags list", async () => {
0 commit comments