Sha256: dc89272863269eac8187c7fab86ec293967f24480eaf362131fe40e6fe5b1ae3
Contents?: true
Size: 1.45 KB
Versions: 27
Compression:
Stored size: 1.45 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]} > <FormattedMessage defaultMessage="Select all {count} tasks" id="select-all-tasks" values={ Object { "count": <b> 7 </b>, } } /> </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]} > <FormattedMessage defaultMessage="Select all {count} tasks" id="select-all-tasks" values={ Object { "count": <b> 7 </b>, } } /> </Button> </Alert> `;
Version data entries
27 entries across 27 versions & 1 rubygems