chore(deps): lock file maintenance (#5987)
This commit is contained in:
@ -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',
|
||||
);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user