1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should display loading 1`] = `
5 className="boxed-group project-card boxed-group-loading"
9 className="boxed-group-actions text-right"
12 className="boxed-group-header"
15 className="project-card-name"
18 onlyActiveOnIndex={false}
22 "pathname": "/dashboard",
34 className="boxed-group-inner"
36 <ProjectCardMeasures />
41 exports[`should display tags 1`] = `
43 className="boxed-group project-card boxed-group-loading"
47 className="boxed-group-actions text-right"
51 customClass="spacer-left"
61 className="boxed-group-header"
64 className="project-card-name"
67 onlyActiveOnIndex={false}
71 "pathname": "/dashboard",
83 className="boxed-group-inner"
85 <ProjectCardMeasures />
90 exports[`should not display analysis date 1`] = `undefined`;