[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

docs: return comparisons

Vladimir Sheremet (Nov 6, 2025, 3:09 PM +0100) 77aa3168 46b3529a

+12 -4
+12 -4
docs/.vitepress/config.ts
··· 846 846 }, 847 847 ], 848 848 }, 849 - { 850 - text: 'Recipes', 851 - link: '/guide/recipes', 852 - }, 853 849 ], 854 850 }, 855 851 { ··· 871 867 { 872 868 text: 'Custom Pool', 873 869 link: '/guide/advanced/pool', 870 + }, 871 + ], 872 + }, 873 + { 874 + items: [ 875 + { 876 + text: 'Recipes', 877 + link: '/guide/recipes', 878 + }, 879 + { 880 + text: 'Comparisons', 881 + link: '/guide/comparisons', 874 882 }, 875 883 ], 876 884 },