0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 13:38:32 +00:00
renovatebot_renovate/lib/config/__snapshots__/migrate-validate.spec.ts.snap
2022-08-16 14:22:29 +02:00

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": [],
}
`;