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/manager/npm/__snapshots__/utils.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

18 lines
393 B
Text

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`modules/manager/npm/utils > composeLockFile > composes lockfile string out of an object 1`] = `
"{
"lockfileVersion": 2,
"name": "lockfile-parsing",
"packages": {
"": {
"license": "ISC",
"name": "lockfile-parsing",
"version": "1.0.0"
}
},
"requires": true,
"version": "1.0.0"
}
"
`;