© 2026 Hedgehog Software, LLC
// in symbols export const SearchContextKey: InjectionKey<SearchContext> = Symbol("SearchContext"); // in test renderSuspended(SearchResultCard, { props: { article: { ...article, ...articleData }, }, global: { provide: { [SearchContextKey]: { type: 'article' } } } });