feat: showcase #4336
Annotations
2 errors
Docusaurus Jest Tests:
packages/docusaurus-theme-translations/locales/__tests__/locales.test.ts#L41
expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 12
@@ -1,6 +1,15 @@
Object {
+ "Docusaurus Site Showcase": "Docusaurus Site Showcase",
+ "List of websites people are building with Docusaurus": "List of websites people are building with Docusaurus",
+ "showcase.card.sourceLink": "source",
+ "showcase.favoritesList.title": "Our favorites",
+ "showcase.filters.title": "Filters",
+ "showcase.header.button": "🙏 Please add your site",
+ "showcase.itemsList.allItems": "All sites",
+ "showcase.itemsList.noResult": "No result",
+ "showcase.searchBar.placeholder": "Search for site name...",
"theme.AnnouncementBar.closeButtonAriaLabel": "Close",
"theme.BackToTopButton.buttonAriaLabel": "Scroll back to top",
"theme.CodeBlock.copied": "Copied",
"theme.CodeBlock.copy": "Copy",
"theme.CodeBlock.copyButtonAriaLabel": "Copy code to clipboard",
@@ -54,10 +63,13 @@
"theme.SearchPage.existingResultsTitle": "Search results for \"{query}\"",
"theme.SearchPage.fetchingNewResults": "Fetching new results...",
"theme.SearchPage.inputLabel": "Search",
"theme.SearchPage.inputPlaceholder": "Type your search here",
"theme.SearchPage.noResultsText": "No results were found",
+ "theme.Showcase.AndOperatorButton.label": "AND",
+ "theme.Showcase.ClearAllButton.label": "Clear All",
+ "theme.Showcase.OrOperatorButton.label": "OR",
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
"theme.admonition.caution": "caution",
"theme.admonition.danger": "danger",
"theme.admonition.info": "info",
"theme.admonition.note": "note",
at Object.toEqual (packages/docusaurus-theme-translations/locales/__tests__/locales.test.ts:41:26)
|
Docusaurus Jest Tests
Process completed with exit code 1.
|
Loading