mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-14 16:32:26 +00:00
9 lines
169 B
Text
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"
|
|
}
|
|
}"
|
|
`;
|