Skip to content

Fix/build errors 2

Fix/build errors 2 #20

Triggered via pull request December 14, 2025 07:32
Status Failure
Total duration 3m 52s
Artifacts

test.yml

on: pull_request
Test Summary
3s
Test Summary
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Frontend Unit Tests
Process completed with exit code 1.
services/voice/__tests__/VoiceCommandProcessor.test.ts > VoiceCommandProcessor > extractPaymentIntent > should parse "pay kofi.ghana.eth 100 dollars": packages/nextjs/services/voice/__tests__/VoiceCommandProcessor.test.ts#L34
AssertionError: expected 'kofi.ghana.eth' to be '100' // Object.is equality - Expected + Received - 100 + kofi.ghana.eth ❯ services/voice/__tests__/VoiceCommandProcessor.test.ts:34:30
services/ens/__tests__/ENSService.test.ts > ENS Integration with Voice Commands > should validate ENS before attempting resolution: packages/nextjs/services/ens/__tests__/ENSService.test.ts#L152
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ services/ens/__tests__/ENSService.test.ts:152:56
services/ens/__tests__/ENSService.test.ts > ENS Integration with Voice Commands > should handle voice recognition errors in ENS: packages/nextjs/services/ens/__tests__/ENSService.test.ts#L145
AssertionError: expected null to be truthy - Expected: null + Received: false ❯ services/ens/__tests__/ENSService.test.ts:145:22
services/ens/__tests__/ENSService.test.ts > ENS Integration with Voice Commands > should extract and resolve ENS from voice command: packages/nextjs/services/ens/__tests__/ENSService.test.ts#L131
AssertionError: expected null to be truthy - Expected: null + Received: false ❯ services/ens/__tests__/ENSService.test.ts:131:22
services/ens/__tests__/ENSService.test.ts > ENSService > isValidENSFormat > should validate ENS format: packages/nextjs/services/ens/__tests__/ENSService.test.ts#L107
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ services/ens/__tests__/ENSService.test.ts:107:55
services/ens/__tests__/ENSService.test.ts > ENSService > validateENSName > should validate correct ENS names: packages/nextjs/services/ens/__tests__/ENSService.test.ts#L81
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ services/ens/__tests__/ENSService.test.ts:81:60
Lint Check
Process completed with exit code 1.
Smart Contract Tests
Process completed with exit code 1.
Test Summary
Process completed with exit code 1.