Skip to content
Snippets Groups Projects
Select Git revision
  • ddee8dbc0780ebcdec09c965600df2d479a4495f
  • master default protected
2 results

app.test.js.snap

Blame
  • Forked from SOFT Core / SOFT 260 / React Redux Starter Code
    Source project has a limited visibility.
    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>
    `;