// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Module stream details page rendering renders with loading state 1`] = `
,
"tabHeader": "Details",
},
Object {
"key": 2,
"tabContent": "No repositories to show",
"tabHeader": "Repositories",
},
Object {
"key": 3,
"tabContent": "No profiles to show",
"tabHeader": "Profiles",
},
Object {
"key": 4,
"tabContent": "No artifacts to show",
"tabHeader": "Artifacts",
},
]
}
/>
`;
exports[`Module stream details page rendering renders with module stream provided 1`] = `
,
"tabHeader": "Details",
},
Object {
"key": 2,
"tabContent": ,
"tabHeader": "Repositories",
},
Object {
"key": 3,
"tabContent": ,
"tabHeader": "Profiles",
},
Object {
"key": 4,
"tabContent": ,
"tabHeader": "Artifacts",
},
]
}
/>
`;