Sha256: 310ab0836af70e84459327acb2cba9ee854b8e93e9653685e7c3240674680e31
Contents?: true
Size: 1.18 KB
Versions: 100
Compression:
Stored size: 1.18 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Ansible Collection detail info component rendering renders with ansible collection info 1`] = ` <Table bordered={false} bsClass="table" condensed={false} hover={false} responsive={false} striped={false} > <tbody> <tr key="name" > <td> <b> Name </b> </td> <td> collection_demo </td> </tr> <tr key="description" > <td> <b> Description </b> </td> <td /> </tr> <tr key="namespace" > <td> <b> Author </b> </td> <td> newswangerd </td> </tr> <tr key="version" > <td> <b> Version </b> </td> <td> 1.0.5 </td> </tr> <tr key="checksum" > <td> <b> Checksum </b> </td> <td> 60bf94a30d3b7015c7cdc2a99f0a440f68f71cb56c934ba3787e52a6061fa2d5 </td> </tr> <tr key="tags" > <td> <b> Tags </b> </td> <td /> </tr> </tbody> </Table> `;
Version data entries
100 entries across 100 versions & 1 rubygems