chore(deps): lock file maintenance (#5987)

This commit is contained in:
renovate[bot]
2021-11-19 17:18:59 +02:00
committed by GitHub
parent 05e7629cf4
commit 8c5531dd4f
3 changed files with 131 additions and 143 deletions

View File

@ -535,7 +535,7 @@ describe('formatters', () => {
expect(console.error).toHaveBeenCalledTimes(1);
expect(console.error).toHaveBeenCalledWith(
'Collection "posts" configuration error:\n `preview_path_date_field` must be a field with a valid date. Ignoring `preview_path`.',
'Collection "posts" configuration error:\n `preview_path_date_field` must be a field with a valid date. Ignoring `preview_path`.\n',
);
});
});