mirror of
https://github.com/renovatebot/renovate.git
synced 2024-12-22 13:38:32 +00:00
10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`util/template/index string to pretty JSON 1`] = `
|
|
"{
|
|
"some": {
|
|
"fancy": "json"
|
|
}
|
|
}"
|
|
`;
|