0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-13 08:01:49 +00:00
renovatebot_renovate/lib/modules/datasource/gitlab-packages/__snapshots__/index.spec.ts.snap
Michael Kriese 997c23502e
test: migrate to vitest (#34475)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2025-02-26 09:35:54 +00:00

21 lines
522 B
Text

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`modules/datasource/gitlab-packages/index > getReleases > returns package from custom registry 1`] = `
{
"registryUrl": "https://gitlab.com",
"releases": [
{
"releaseTimestamp": "2020-03-04T18:01:37.000Z",
"version": "1.0.0",
},
{
"releaseTimestamp": "2020-04-04T18:01:37.000Z",
"version": "v1.1.0",
},
{
"releaseTimestamp": "2020-05-04T18:01:37.000Z",
"version": "v1.1.1",
},
],
}
`;