Skip to content

included year and track number from itunes api response, added support for custom itunes search strings #15

included year and track number from itunes api response, added support for custom itunes search strings

included year and track number from itunes api response, added support for custom itunes search strings #15

Triggered via pull request December 16, 2024 19:05
@MaulaiMaulai
synchronize #70
Maulai:main
Status Failure
Total duration 26s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
src/__tests__/Downloader.test.ts > Downloader > downloadSong > should return the output file: src/__tests__/Downloader.test.ts#L78
AssertionError: expected { album: null, artist: null, …(4) } to be type of 'string' Expected: "string" Received: "object" ❯ src/__tests__/Downloader.test.ts:78:7
src/__tests__/SongTagsSearch.test.ts > SongTagsSearch > search > should handle an http status code of 500: src/utils.ts#L15
TypeError: s.replace is not a function ❯ Module.removeParenthesizedText src/utils.ts:15:11 ❯ new SongTagsSearch src/SongTagsSearch.ts:42:23 ❯ src/__tests__/SongTagsSearch.test.ts:10:24
src/__tests__/SongTagsSearch.test.ts > SongTagsSearch > search > should handle an undefined http status code: src/utils.ts#L15
TypeError: s.replace is not a function ❯ Module.removeParenthesizedText src/utils.ts:15:11 ❯ new SongTagsSearch src/SongTagsSearch.ts:42:23 ❯ src/__tests__/SongTagsSearch.test.ts:15:24
src/__tests__/SongTagsSearch.test.ts > SongTagsSearch > search > should handle a results count of zero: src/utils.ts#L15
TypeError: s.replace is not a function ❯ Module.removeParenthesizedText src/utils.ts:15:11 ❯ new SongTagsSearch src/SongTagsSearch.ts:42:23 ❯ src/__tests__/SongTagsSearch.test.ts:20:24
ci
Process completed with exit code 1.
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636