Sha256: b6b7412ff515e215579b12f7d106cc695ecc19b9393bd0098048c22acbe28c8e
Contents?: true
Size: 582 Bytes
Versions: 18
Compression:
Stored size: 582 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`AddTableEntry should render add parameter 1`] = ` <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={false} onClick={[Function]} > <Icon name="plus" type="fa" /> </Button> `; exports[`AddTableEntry should render disabled button 1`] = ` <Button active={false} block={false} bsClass="btn" bsStyle="default" disabled={true} onClick={[Function]} > <Icon name="plus" type="fa" /> </Button> `; exports[`AddTableEntry should render hidden button 1`] = `""`;
Version data entries
18 entries across 18 versions & 1 rubygems