fix(blog): authors count incorrectly rendered #5144
Annotations
2 errors
Test:
packages/docusaurus-theme-translations/locales/__tests__/locales.test.ts#L41
expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -1,8 +1,9 @@
Object {
"theme.AnnouncementBar.closeButtonAriaLabel": "Close",
"theme.BackToTopButton.buttonAriaLabel": "Scroll back to top",
+ "theme.BlogAuthorsPostsPage.Content.noPosts": "This author has not written any posts yet.",
"theme.CodeBlock.copied": "Copied",
"theme.CodeBlock.copy": "Copy",
"theme.CodeBlock.copyButtonAriaLabel": "Copy code to clipboard",
"theme.CodeBlock.wordWrapToggle": "Toggle word wrap",
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
at Object.toEqual (packages/docusaurus-theme-translations/locales/__tests__/locales.test.ts:41:26)
|
Test
Process completed with exit code 1.
|
Loading