chore: Revert "chore(deps): lock file maintenance (#5987)" (#5993)

This reverts commit 8c5531dd4fbf3a3fcf4b509779fa6f3b18a41945.
This commit is contained in:
Erez Rokah
2021-11-19 19:27:11 +01:00
committed by GitHub
parent 8c5531dd4f
commit c9e8835a8d
3 changed files with 143 additions and 131 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`.\n',
'Collection "posts" configuration error:\n `preview_path_date_field` must be a field with a valid date. Ignoring `preview_path`.',
);
});
});