0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/util/fs/__snapshots__/index.spec.ts.snap
2022-08-16 14:22:29 +02:00

17 lines
275 B
Plaintext

// 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",
]
`;