mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 05:39:10 +00:00
20 lines
386 B
Text
20 lines
386 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
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": [],
|
|
}
|
|
`;
|