Skip to content

Fix function return values in numInWordsFactory.test.ts and remove tr… #115

Fix function return values in numInWordsFactory.test.ts and remove tr…

Fix function return values in numInWordsFactory.test.ts and remove tr… #115

Triggered via push April 1, 2024 02:21
Status Failure
Total duration 18s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
error: expect(received).toHaveBeenCalled(): library/src/utils/num-in-words-factory.test.ts#L47
Expected number of calls: >= 1 Received number of calls: 0 at /home/runner/work/i18n-num-in-words/i18n-num-in-words/library/src/utils/num-in-words-factory.test.ts:47:5
error: expect(received).toHaveBeenCalledTimes(expected): library/src/utils/num-in-words-factory.test.ts#L133
Expected number of calls: 1 Received number of calls: 0 at /home/runner/work/i18n-num-in-words/i18n-num-in-words/library/src/utils/num-in-words-factory.test.ts:133:5
error: expect(received).toHaveBeenCalledTimes(expected): library/src/utils/num-in-words-factory.test.ts#L156
Expected number of calls: 1 Received number of calls: 0 at /home/runner/work/i18n-num-in-words/i18n-num-in-words/library/src/utils/num-in-words-factory.test.ts:156:5
ci-cd
Process completed with exit code 1.