Sha256: 71ff14c2297f6fbcbb1e8a5145aaddfb68696f30cb170080445b6d7fc2e7d7f5

Contents?: true

Size: 1.75 KB

Versions: 6

Compression:

Stored size: 1.75 KB

Contents

// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`NavContainer rendering render with Props 1`] = `
<Uncontrolled(TabContainer)
  defaultActiveKey={0}
  id="basic-tabs-pf"
>
  <div
    className="dashboard"
  >
    <Nav
      bsClass="nav nav-tabs nav-tabs-pf"
      justified={false}
      pullLeft={false}
      pullRight={false}
      stacked={false}
    >
      <NavItem
        active={false}
        className="nav_item"
        disabled={false}
        eventKey={0}
        key="0"
        onClick={[Function]}
      >
        <Icon
          name="some-icon"
          size="2x"
          type="fa"
        />
        <p>
          some-name
        </p>
      </NavItem>
    </Nav>
    <TabContent
      animation={true}
      bsClass="tab"
      componentClass="div"
      mountOnEnter={false}
      unmountOnExit={false}
    >
      <TabPane
        bsClass="tab-pane"
        eventKey={0}
        key="0"
      >
        <bound fn />
      </TabPane>
    </TabContent>
    <FullScreenModal
      showFullScreen={false}
      terminalProps={Object {}}
      toggleFullScreen={[Function]}
    />
  </div>
</Uncontrolled(TabContainer)>
`;

exports[`NavContainer rendering render without Props 1`] = `
<Uncontrolled(TabContainer)
  defaultActiveKey={0}
  id="basic-tabs-pf"
>
  <div
    className="dashboard"
  >
    <Nav
      bsClass="nav nav-tabs nav-tabs-pf"
      justified={false}
      pullLeft={false}
      pullRight={false}
      stacked={false}
    />
    <TabContent
      animation={true}
      bsClass="tab"
      componentClass="div"
      mountOnEnter={false}
      unmountOnExit={false}
    />
    <FullScreenModal
      showFullScreen={false}
      terminalProps={Object {}}
      toggleFullScreen={[Function]}
    />
  </div>
</Uncontrolled(TabContainer)>
`;

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
foreman_inventory_upload-1.0.0.beta7 webpack/ForemanInventoryUpload/Components/NavContainer/__tests__/__snapshots__/NavContainer.test.js.snap
foreman_inventory_upload-1.0.0.beta6 webpack/ForemanInventoryUpload/Components/NavContainer/__tests__/__snapshots__/NavContainer.test.js.snap
foreman_inventory_upload-1.0.0.beta5 webpack/ForemanInventoryUpload/Components/NavContainer/__tests__/__snapshots__/NavContainer.test.js.snap
foreman_inventory_upload-1.0.0.beta4 webpack/ForemanInventoryUpload/Components/NavContainer/__tests__/__snapshots__/NavContainer.test.js.snap
foreman_inventory_upload-1.0.0.beta3 webpack/ForemanInventoryUpload/Components/NavContainer/__tests__/__snapshots__/NavContainer.test.js.snap
foreman_inventory_upload-1.0.0.beta2 webpack/ForemanInventoryUpload/Components/NavContainer/__tests__/__snapshots__/NavContainer.test.js.snap