Skip to content

Feature/search result styling #345

Feature/search result styling

Feature/search result styling #345

Triggered via pull request March 26, 2026 02:01
Status Failure
Total duration 13m 46s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Unit Tests
Process completed with exit code 1.
src/components/Head/server/__tests__/meta.spec.ts > getMetaThemeData > throws a BuildError when no themes are configured: src/components/Head/server/__tests__/meta.spec.ts#L63
AssertionError: expected function to throw an error, but it didn't ❯ src/components/Head/server/__tests__/meta.spec.ts:63:18
src/actions/search/__tests__/domain.spec.ts > performSearch > queries Upstash Search with expected config: src/actions/search/__tests__/domain.spec.ts#L60
AssertionError: expected "vi.fn()" to be called with arguments: [ { query: 'typescript', …(4) } ] Received: 1st vi.fn() call: [ { "keepOriginalQueryAfterEnrichment": true, - "limit": 48, + "limit": 24, "query": "typescript", "reranking": true, "semanticWeight": 0.5, }, ] Number of calls: 1 ❯ src/actions/search/__tests__/domain.spec.ts:60:22