test: add debug logs for failing test #28
Annotations
2 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#L23
Error: Snapshot `GetSongById > should return a song by id and include lyrics 1` mismatched
- Expected
+ Received
@@ -218,11 +218,11 @@
"url": "https://aac.saavncdn.com/048/5eee4e48523642a67affc80170d18bde_320.mp4",
},
],
"duration": 248,
"explicitContent": false,
- "hasLyrics": true,
+ "hasLyrics": false,
"id": "L91uYhUm",
"image": [
{
"quality": "50x50",
"url": "https://c.saavncdn.com/048/Skipping-Stones-English-2018-20180620230710-50x50.jpg",
@@ -241,11 +241,11 @@
"lyrics": {
"copyright": "Writer(s): Daniel Coulter Reynolds, Hans Florian Zimmer, Tim Randolph<br>Lyrics powered by www.musixmatch.com",
"lyrics": "I wake up every morning with a new resolve<br>Two hands and one heart, let the world revolve<br>One eye to the ocean and one to the sky<br>One life of devotion and where am I?<br>One heart to love within my chest<br>One life to live<br><br>I keep skipping stones, hoping for a change<br>But things just stay the same<br>I keep walking roads, looking for a home<br>That I can call my own<br>Skipping stones<br>I′m skipping stones<br>I'm skipping stones<br>I′m skipping stones<br><br>One chance to reach out and find a place for me<br>One chance to find love for all humanity<br>One eye to the mountain and one to the sands<br>One dime for the fountain and one for my hand<br>One heart to love within my chest<br>One heart to love<br><br>I keep skipping stones, hoping for a change<br>But things just stay the same<br>I keep walking roads, looking for a home<br>That I can call my own<br>Skipping stones<br>I'm skipping stones<br>I'm skipping stones<br>I′m skipping stones<br><br>Skipping stones<br>I′m skipping stones<br>I'm skipping stones<br>I′m skipping stones<br><br>Love is not a product of reasonings and statistics<br>It just comes - none knows whence - and cannot explain itself<br>Love is a madness, if thwarted, it develops fast<br>When you fish for love, bait with your heart, not your brain<br><br>I keep skipping stones, hoping for a change<br>But things just stay the same<br>I keep walking roads, looking for a home<br>That I can call my own<br>Skipping stones<br>I'm skipping stones<br>I′m skipping stones<br>I'm skipping stones<br><br>Skipping stones<br>I′m skipping stones<br>I'm skipping stones<br>I'm skipping stones",
"snippet": "I keep skipping stones, hoping for a change",
},
- "lyricsId": "",
+ "lyricsId": undefined,
"name": "Skipping Stones",
"playCount": Any<Number>,
"releaseDate": "2018-06-22",
"type": "song",
"url": "https://www.jiosaavn.com/song/skipping-stones/PFFaRC1YYl4",
❯ src/modules/songs/use-cases/get-song-by-id/get-song-by-id.use-case.spec.ts:23: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/checkout@v2, 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/checkout@v2, 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/
|