chore: lint #17
Annotations
5 errors
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.
|