0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-03-15 16:44:56 +00:00
renovatebot_renovate/lib/util/fs/__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

16 lines
302 B
Text

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
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",
]
`;