Skip to content
Snippets Groups Projects
Select Git revision
  • 3f0e4156b62052bc2dfd34525660e3d9fb96882d
  • master default protected
  • site_url
  • sislam2-master-patch-51693
  • FAQ
  • test
  • good-hcc-practice-rep-workflow
  • data_share
  • ipynb-doc
  • hchen2016-faq-home-is-full
  • sislam2-master-patch-86974
  • atticguidelines
  • rclone-fix
  • UNL_OneDrive
  • globus-auto-backups
  • RDPv10
16 results

index.md

Blame
  • app.test.js.snap 247 B
    // Jest Snapshot v1, https://goo.gl/fbAQLP
    
    exports[`the app has one labeled button that displays the value from the store 1`] = `
    <div>
      <label>
        Taps
        : 
        <button
          class="blue"
        >
          9999
        </button>
      </label>
    </div>
    `;