Sha256: eab8fbcc1b1c3f9de10f544442c646e0c38d2d4fdbecabc3c7513470a17f55ea
Contents?: true
Size: 1.19 KB
Versions: 40
Compression:
Stored size: 1.19 KB
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`SelectAllAlert renders SelectAllAlert with all rows selected 1`] = ` <Alert className="" onDismiss={null} type="info" > All 7 tasks are selected. <Button active={false} block={false} bsClass="btn" bsStyle="link" disabled={false} onClick={[MockFunction]} > Undo selection </Button> </Alert> `; exports[`SelectAllAlert renders SelectAllAlert with perPage > itemCout 1`] = ` <Alert className="" onDismiss={null} type="info" > All 5 tasks on this page are selected <Button active={false} block={false} bsClass="btn" bsStyle="link" disabled={false} onClick={[MockFunction]} > Select All <b> 7 </b> tasks. </Button> </Alert> `; exports[`SelectAllAlert renders SelectAllAlert without all rows selected 1`] = ` <Alert className="" onDismiss={null} type="info" > All 5 tasks on this page are selected <Button active={false} block={false} bsClass="btn" bsStyle="link" disabled={false} onClick={[MockFunction]} > Select All <b> 7 </b> tasks. </Button> </Alert> `;
Version data entries
40 entries across 40 versions & 1 rubygems