Skip to content

Merge pull request #113 from gboigwe/fix/build-errors-2 #1

Merge pull request #113 from gboigwe/fix/build-errors-2

Merge pull request #113 from gboigwe/fix/build-errors-2 #1

Triggered via push December 30, 2025 13:03
Status Failure
Total duration 3m 35s
Artifacts

test.yml

on: push
Test Summary
4s
Test Summary
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Smart Contract Tests
Process completed with exit code 1.
Lint Check
Process completed with exit code 1.
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
Test Summary
Process completed with exit code 1.