mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-12 23:51:55 +00:00
20 lines
413 B
Text
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": [],
|
|
}
|
|
`;
|