Bugfix/fix 500 server errors #340
test.yml
on: pull_request
Hotfix Bypass
0s
Unit Tests
13m 20s
Annotations
2 errors
|
Unit Tests
Process completed with exit code 1.
|
|
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', limit: 4 } ]
Received:
1st vi.fn() call:
[
{
"limit": 4,
"query": "typescript",
+ "reranking": true,
},
]
Number of calls: 1
❯ src/actions/search/__tests__/domain.spec.ts:60:22
|