Skip to content

feat(contacts): add automatic customer scan to import contacts from channel history #554

feat(contacts): add automatic customer scan to import contacts from channel history

feat(contacts): add automatic customer scan to import contacts from channel history #554

Re-run triggered September 9, 2026 15:51
Status Failure
Total duration 5m 58s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Tests
Process completed with exit code 1.
Tests
command (/home/runner/work/ChatbotX/ChatbotX/packages/business) /home/runner/setup-pnpm/node_modules/.bin/bin/pnpm run test exited (1)
__tests__/questionnaire-service.test.ts: packages/analytics/src/services/mac-tracking.service.ts#L47
Error: [vitest] No "bloomFilter" export is defined on the "@chatbotx.io/redis" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("@chatbotx.io/redis"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ ../analytics/src/services/mac-tracking.service.ts:47:43 ❯ ../analytics/src/services/index.ts:8:1