Full text for BlogPost test
This commit is contained in:
@@ -7,7 +7,7 @@ describe('BlogPost', () => {
|
||||
const post = {
|
||||
id: 1,
|
||||
title: 'First post',
|
||||
body: 'Neutra tacos hot chicken prism raw denim...',
|
||||
body: `Neutra tacos hot chicken prism raw denim, put a bird on it enamel pin post-ironic vape cred DIY. Street art next level umami squid. Hammock hexagon glossier 8-bit banjo. Neutra la croix mixtape echo park four loko semiotics kitsch forage chambray. Semiotics salvia selfies jianbing hella shaman. Letterpress helvetica vaporware cronut, shaman butcher YOLO poke fixie hoodie gentrify woke heirloom.`,
|
||||
createdAt: new Date().toISOString(),
|
||||
}
|
||||
render(<BlogPost post={post} />)
|
||||
|
||||
Reference in New Issue
Block a user