Skip to content

chore: switch to prettier config #23

chore: switch to prettier config

chore: switch to prettier config #23

Triggered via push March 23, 2024 10:30
Status Failure
Total duration 21s
Artifacts

ci.yaml

on: push
Test and Deploy
14s
Test and Deploy
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 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 `GetSongById > should return a song by id and include lyrics 1` mismatched - Expected + Received @@ -158,11 +158,11 @@ "url": "https://aac.saavncdn.com/046/c4ed12c9391ba2ab532966e1ec099734_320.mp4", }, ], "duration": 201, "explicitContent": false, - "hasLyrics": true, + "hasLyrics": false, "id": "ulCA5JTi", "image": [ { "quality": "50x50", "url": "https://c.saavncdn.com/046/Believer-English-2017-20170803185842-50x50.jpg", @@ -181,11 +181,11 @@ "lyrics": { "copyright": "Lyrics powered by www.musixmatch.com", "lyrics": "Believer<br><br>Imagine Dragons<br><br>Buy for ₹15.00<br><br>song and millions of other songs. First month free.<br><br>First things first<br>I'ma say all the words inside my head<br>I'm fired up and tired of the way that things have been, oh ooh<br>The way that things have been, oh ooh<br>Second thing<br>Second, don't you tell me what you think that I can be<br>I'm the one at the sail, I'm the master of my sea, oh ooh<br>The master of my sea, oh ooh<br><br>I was broken from a young age<br>Taking my sulking to the masses<br>Write down my poems for the few<br>That looked at me took to me, shook to me, feeling me<br>Singing from heart ache from the pain<br>Take up my message from the veins<br>Speaking my lesson from the brain<br>Seeing the beauty through the<br><br>You made me a, you made me a believer, believer<br>(Pain, pain)<br>You break me down, you build me up, believer, believer<br>(Pain)<br>I let the bullets fly, oh let them rain<br>My life, my love, my drive, it came from<br>(Pain)<br>You made me a, you made me a believer, believer<br><br>Third things third<br>Send a prayer to the ones up above<br>All the hate that you've heard has<br>turned your spirit to a dove, oh ooh<br>Your spirit up above, oh ooh<br><br>I was choking in the crowd<br>Living my brain up in the cloud<br>Falling like ashes to the ground<br>Hoping my feelings, they would drown<br>But they never did, ever lived, ebbing and flowing<br>Inhibited, limited<br>'Til it broke up and it rained down<br>It rained down, like<br><br>You made me a, you made me a believer, believer<br>(Pain, pain)<br>You break me down, you built me up, believer, believer<br>(Pain)<br>I let the bullets fly, oh let them rain<br>My life, my love, my drive, it came from<br>(Pain)<br>You made me a, you made me a believer, believer<br><br>Last things last<br>By the grace of the fire and the flames<br>You're the face of the future, the blood in my veins, oh ooh<br>The blood in my veins, oh ooh<br>But they never did, ever lived, ebbing and flowing<br>Inhibited, limited<br>'Til it broke up and it rained down<br>It rained down, like<br><br>You made me a, you made me a believer, believer<br>(Pain, pain)<br>You break me down, you built me up, believer, believer<br>(Pain)<br>I let the bullets fly, oh let them rain<br>My life, my love, my drive, it came from<br>(Pain)<br>You made me a, you made me a believer, believer", "snippet": "You made me a, you made me a believer, believer", }, - "lyricsId": "", + "lyricsId": undefined, "name": "Believer", "playCount": Any<Number>, "releaseDate": "2017-08-08", "type": "song", "url": "https://www.jiosaavn.com/song/believer/BQQocEF6Y1o", ❯ src/modules/songs/use-cases/get-song-by-id/get-song-by-id.use-case.spec.ts:22: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. 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. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/