Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 3cfba28

Browse files
committed
update snapshot
1 parent f1a51f9 commit 3cfba28

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/components/home-news/__snapshots__/home-news.container.test.js.snap

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
exports[`containers - HomeNews mapStateToProps should return the correct properties 1`] = `
44
Object {
55
"newsItems": Array [
6+
Object {
7+
"alt": "Website planning. Web designer working on website sitemap",
8+
"date": "7/2/2019",
9+
"description": "We put our creative heads together for the next edition of Code.gov....",
10+
"image": "/assets/img/news/redesign.jpeg",
11+
"title": "Building Off Feedback: A Re-Design of Code.gov",
12+
"url": "https://medium.com/@CodeDotGov/building-off-feedback-a-re-design-of-code-gov-63a7859d79d5",
13+
},
614
Object {
715
"alt": "A collection of wireframes",
816
"date": "6/5/2019",
@@ -19,14 +27,6 @@ Object {
1927
"title": "Developer’s Notes",
2028
"url": "https://medium.com/codedotgov/developers-notes-3-june-2019-ccfd12344621",
2129
},
22-
Object {
23-
"alt": "GSA Hackathon 2019",
24-
"date": "6/19/2019",
25-
"description": "A day focused on designing a better customer experience with and within government...",
26-
"image": "/assets/img/news/GSA-Hackathon-logo.png",
27-
"title": "GSA Customer Experience Hackathon",
28-
"url": "https://www.challenge.gov/challenge/gsa-hackathon-2019/",
29-
},
3030
],
3131
}
32-
`
32+
`;

0 commit comments

Comments
 (0)