There was an error while loading. Please reload this page.
1 parent 1842ee0 commit 862100dCopy full SHA for 862100d
1 file changed
apps/website/src/components/landing/Hero.spec.tsx
@@ -27,9 +27,6 @@ vi.mock('../ui/Eyebrow', () => ({
27
vi.mock('../ui/BrowserFrame', () => ({
28
BrowserFrame: ({ children }: { children: React.ReactNode }) => <div>{children}</div>,
29
}));
30
-vi.mock('../ui/Pill', () => ({
31
- Pill: ({ children }: { children: React.ReactNode }) => <span>{children}</span>,
32
-}));
33
vi.mock('../ui/Button', () => ({
34
Button: ({ children, href, onClick }: { children: React.ReactNode; href?: string; onClick?: () => void }) =>
35
href ? (
0 commit comments