The Node.js® Website

fix(test): use consistent date formatting (#6271)

Update test to use consistent date formatting.

authored by Richard Lau and committed by GitHub 914e4ee1 1c530cbe

Changed files
+1 -1
components
Common
BlogPostCard
__tests__
+1 -1
components/Common/BlogPostCard/__tests__/index.test.mjs
··· 108 108 renderBlogPostCard({ date }); 109 109 110 110 const dateTimeFormat = new Intl.DateTimeFormat('en-US', { 111 - day: 'numeric', 111 + day: '2-digit', 112 112 month: 'short', 113 113 year: 'numeric', 114 114 });