mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 13:48:55 +00:00
16 lines
275 B
Text
16 lines
275 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`util/fs/index readLocalDirectory returns dir content 1`] = `
|
|
[
|
|
"Cargo.lock",
|
|
"Cargo.toml",
|
|
]
|
|
`;
|
|
|
|
exports[`util/fs/index readLocalDirectory returns dir content 2`] = `
|
|
[
|
|
"Cargo.lock",
|
|
"Cargo.toml",
|
|
"subdir",
|
|
]
|
|
`;
|