0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-05-12 23:51:55 +00:00
renovatebot_renovate/lib/config/__snapshots__/migrate-validate.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

20 lines
413 B
Text

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`config/migrate-validate > migrateAndValidate() > handles invalid 1`] = `
{
"errors": [
{
"message": "Invalid configuration option: foo",
"topic": "Configuration Error",
},
],
"foo": "none",
"warnings": [],
}
`;
exports[`config/migrate-validate > migrateAndValidate() > isOnboarded 1`] = `
{
"errors": [],
}
`;