Sha256: c46c8499b8793e32d8e1d8529c3b0aec584299c4480caffcf2057447b93a6db7
Contents?: true
Size: 809 Bytes
Versions: 16
Compression:
Stored size: 809 Bytes
Contents
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ReportUpload rendering render with Props 1`] = ` <TabContainer className="report-upload" > <TabHeader exitCode="exit 0" onDownload={[Function]} onRestart={[Function]} toggleFullScreen={[Function]} /> <TabBody completed={0} error={null} exitCode="exit 0" logs={ Array [ "No running process", ] } scheduled={null} /> </TabContainer> `; exports[`ReportUpload rendering render without Props 1`] = ` <TabContainer className="report-upload" > <TabHeader exitCode="" onDownload={[Function]} onRestart={[Function]} toggleFullScreen={[Function]} /> <TabBody completed={0} error={null} exitCode="" logs={null} scheduled={null} /> </TabContainer> `;
Version data entries
16 entries across 16 versions & 1 rubygems