Skip to content

Merge pull request #70 from Maulai/main #16

Merge pull request #70 from Maulai/main

Merge pull request #70 from Maulai/main #16

Triggered via push December 19, 2024 12:21
Status Failure
Total duration 33s
Artifacts

test.yaml

on: push
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