// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders a dashboard header for a published view 1`] = `

Dashboard 1

Test Topic Area

A test descripttion

`; exports[`renders a dashboard header for an unpublished view 1`] = `

Dashboard 1

Test Topic Area

A test descripttion

`; exports[`renders a dashboard header for an unpublished view with a link 1`] = `

Dashboard 1

Test Topic Area

A test descripttion

A test link
`;