0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-13 16:11:49 +00:00
renovatebot_renovate/lib/modules/manager/swift/__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

65 lines
1.9 KiB
Text

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`modules/manager/swift/index > extractPackageFile() > parses multiple packages 1`] = `
{
"deps": [
{
"currentValue": ""master"
",
"datasource": "git-tags",
"depName": "0x7fs/CountedSet",
"packageName": "https://github.com/0x7fs/CountedSet",
},
{
"currentValue": "0.1.0",
"datasource": "git-tags",
"depName": "avito-tech/GraphiteClient",
"packageName": "https://github.com/avito-tech/GraphiteClient.git",
},
{
"currentValue": "1.0.16",
"datasource": "git-tags",
"depName": "IBM-Swift/BlueSignals",
"packageName": "https://github.com/IBM-Swift/BlueSignals.git",
},
{
"currentValue": "1.2.1",
"datasource": "git-tags",
"depName": "apple/swift-argument-parser",
"packageName": "https://github.com/apple/swift-argument-parser",
},
{
"currentValue": ""UpdateSocket"
",
"datasource": "git-tags",
"depName": "beefon/Shout",
"packageName": "https://github.com/beefon/Shout",
},
{
"currentValue": "3.0.6",
"datasource": "git-tags",
"depName": "daltoniam/Starscream",
"packageName": "https://github.com/daltoniam/Starscream.git",
},
{
"currentValue": "1.4.6",
"datasource": "git-tags",
"depName": "httpswift/swifter",
"packageName": "https://github.com/httpswift/swifter.git",
},
{
"currentValue": "from : "0.9.6"",
"datasource": "git-tags",
"depName": "weichsel/ZIPFoundation",
"packageName": "https://github.com/weichsel/ZIPFoundation/",
},
{
"currentValue": ""swift-5.0-branch"
",
"datasource": "git-tags",
"depName": "apple/swift-package-manager",
"packageName": "https://github.com/apple/swift-package-manager.git",
},
],
}
`;