Feature/search result styling #345
test.yml
on: pull_request
Hotfix Bypass
0s
Unit Tests
13m 43s
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
|