0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-14 16:32:26 +00:00
renovatebot_renovate/lib/util/template/__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

9 lines
169 B
Text

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`util/template/index > string to pretty JSON 1`] = `
"{
"some": {
"fancy": "json"
}
}"
`;