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/galaxy/__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

23 lines
629 B
Text

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`modules/datasource/galaxy/index > getReleases > processes real data 1`] = `
{
"dependencyUrl": "https://galaxy.ansible.com/yatesr/timezone",
"registryUrl": "https://galaxy.ansible.com/",
"releases": [
{
"releaseTimestamp": "2015-11-17T00:47:51.891Z",
"version": "1.0.0",
},
{
"releaseTimestamp": "2017-09-25T00:31:23.862Z",
"version": "1.1.0",
},
{
"releaseTimestamp": "2019-10-28T01:51:11.502Z",
"version": "1.2.0",
},
],
"sourceUrl": "https://github.com/yatesr/ansible-timezone",
}
`;