mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-13 08:01:49 +00:00
21 lines
522 B
Text
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",
|
|
},
|
|
],
|
|
}
|
|
`;
|