Sha256: d5234a671069303b13047cd447b7da41bcba375765bcc987a64259da0e0f1c11
Contents?: true
Size: 734 Bytes
Versions: 92
Compression:
Stored size: 734 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`TasksTimeRow render with minimal props 1`] = ` <Row bsClass="row" className="tasks-time-row" componentClass="div" > <span className="time-label" > With focus on last </span> <TimeDropDown className="" id="tasks-dashboard-time-period-dropdown" onChange={[Function]} selectedTime="H24" /> </Row> `; exports[`TasksTimeRow render with props 1`] = ` <Row bsClass="row" className="tasks-time-row" componentClass="div" > <span className="time-label" > With focus on last </span> <TimeDropDown className="" id="tasks-dashboard-time-period-dropdown" onChange={[MockFunction]} selectedTime="WEEK" /> </Row> `;
Version data entries
92 entries across 92 versions & 1 rubygems