Sha256: 3c48b19c8a00f725bebc63dbdc57def4feaadeafcd9c4a9760421bc973b9dc95
Contents?: true
Size: 648 Bytes
Versions: 30
Compression:
Stored size: 648 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Content Details Info should render and contain appropriate components 1`] = ` <Table bordered={false} bsClass="table" condensed={false} hover={false} ouiaId="content-details-info-table" responsive={false} striped={false} > <tbody> <tr key="dummy_name" > <td> <b> Name </b> </td> <td> dummy name </td> </tr> <tr key="dummy_details_field" > <td> <b> Details Field </b> </td> <td> dummy details </td> </tr> </tbody> </Table> `;
Version data entries
30 entries across 30 versions & 1 rubygems