chore: update release command #29
Annotations
3 errors and 4 warnings
src/modules/songs/use-cases/get-song-by-id/get-song-by-id.use-case.spec.ts > GetSongById > should return a song by id and include lyrics:
src/modules/songs/use-cases/get-song-by-id/get-song-by-id.use-case.spec.ts#L22
Error: Snapshot mismatched
- Expected
+ Received
Object {
+ "album": Object {
+ "id": "13192364",
+ "name": "Skipping Stones",
+ "url": "https://www.jiosaavn.com/album/skipping-stones/qVWQh1H3Lf4_",
+ },
+ "artists": Object {
+ "all": Array [
+ Object {
+ "id": "599453",
+ "image": Array [
+ Object {
+ "quality": "50x50",
+ "url": "https://c.saavncdn.com/048/Skipping-Stones-English-2018-20180620230710-50x50.jpg",
+ },
+ Object {
+ "quality": "150x150",
+ "url": "https://c.saavncdn.com/048/Skipping-Stones-English-2018-20180620230710-150x150.jpg",
+ },
+ Object {
+ "quality": "500x500",
+ "url": "https://c.saavncdn.com/048/Skipping-Stones-English-2018-20180620230710-500x500.jpg",
+ },
+ ],
+ "name": "Dan Reynolds",
+ "role": "music",
+ "type": "artist",
+ "url": "https://www.jiosaavn.com/artist/dan-reynolds-songs/xoeLrr0aTEU_",
+ },
+ Object {
+ "id": "561655",
+ "image": Array [
+ Object {
+ "quality": "50x50",
+ "url": "https://c.saavncdn.com/606/The-Dark-Knight-Rises-English-2012-20180423192208-50x50.jpg",
+ },
+ Object {
+ "quality": "150x150",
+ "url": "https://c.saavncdn.com/606/The-Dark-Knight-Rises-English-2012-20180423192208-150x150.jpg",
+ },
+ Object {
+ "quality": "500x500",
+ "url": "https://c.saavncdn.com/606/The-Dark-Knight-Rises-English-2012-20180423192208-500x500.jpg",
+ },
+ ],
+ "name": "Hans Zimmer",
+ "role": "music",
+ "type": "artist",
+ "url": "https://www.jiosaavn.com/artist/hans-zimmer-songs/Xhc-OKiRcRw_",
+ },
+ Object {
+ "id": "2608037",
+ "image": Array [],
+ "name": "Timothy Randolph Edgar",
+ "role": "music",
+ "type": "artist",
+ "url": "https://www.jiosaavn.com/artist/timothy-randolph-edgar-songs/qHdEQDEI4zk_",
+ },
+ Object {
+ "id": "599453",
+ "image": Array [
+ Object {
+ "quality": "50x50",
+ "url": "https://c.saavncdn.com/048/Skipping-Stones-English-2018-20180620230710-50x50.jpg",
+ },
+ Object {
+ "quality": "150x150",
+ "url": "https://c.saavncdn.com/048/Skipping-Stones-English-2018-20180620230710-150x150.jpg",
+ },
+ Object {
+ "quality": "500x500",
+ "url": "https://c.saavncdn.com/048/Skipping-Stones-English-2018-20180620230710-500x500.jpg",
+ },
+ ],
+ "name": "Dan Reynolds",
+ "role": "singer",
+ "type": "artist",
+ "url": "https://www.jiosaavn.com/artist/dan-reynolds-songs/xoeLrr0aTEU_",
+ },
+ Object {
+ "id": "561655",
+ "image": Array [
+ Object {
+ "quality": "50x50",
+ "url": "https://c.saavncdn.com/606/The-Dark-Knight-Rises-English-2012-20180423192208-50x50.jpg",
+ },
+ Object {
+ "quality": "150x150",
+ "url": "https://c.saavncdn.com/606/The-Dark-Knight-Rises-English-2012-20180423192208-150x150.jpg",
+ },
+ Object {
+ "quality": "500x500",
+ "url": "https://c.saavncdn.com/606/The-Dark-Knight-Rises-English-2012-20180423192208-500x500.jpg",
+ },
+ ],
+ "name": "Hans Zimmer",
+ "role": "singer",
+ "type": "artist",
+ "url": "https://www.jiosaavn.com/artist/hans-zimmer-songs/Xhc-OKiRcRw_",
+ },
+ Object {
+ "id": "599453",
+ "image": Array [
+ Object {
+ "quality": "50x50",
+ "url": "https://c.saavncdn.com/048/Skipping-Stones-English-2018-20180620230710-50x50.jpg",
+ },
+ Object {
+ "quality": "150x150",
+
|
src/modules/songs/use-cases/get-song-by-link/get-song-by-link.use-case.spec.ts > GetSongByLink > should return a song by link:
src/modules/songs/use-cases/get-song-by-link/get-song-by-link.use-case.spec.ts#L14
Error: Snapshot `GetSongByLink > should return a song by link 1` mismatched
- Expected
+ Received
@@ -226,11 +226,11 @@
"url": "https://c.saavncdn.com/091/Houdini-English-2023-20231110015054-500x500.jpg",
},
],
"label": "Warner Records",
"language": "english",
- "lyricsId": undefined,
+ "lyricsId": null,
"name": "Houdini",
"playCount": Any<Number>,
"releaseDate": "2023-11-09",
"type": "song",
"url": "https://www.jiosaavn.com/song/houdini/OgwhbhtDRwM",
❯ src/modules/songs/use-cases/get-song-by-link/get-song-by-link.use-case.spec.ts:14:21
|
Test and Deploy
Process completed with exit code 1.
|
Test and Deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v1, amondnet/vercel-action@v20. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test and Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1, amondnet/vercel-action@v20. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test and Deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test and Deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|