mirror of https://github.com/renovatebot/renovate
21 lines
386 B
Plaintext
21 lines
386 B
Plaintext
// 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": [],
|
|
}
|
|
`;
|