xphong/marvel-app

View on GitHub
client/__tests__/__snapshots__/CharactersListComponent.spec.js.snap

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`CharactersList Component should render CharactersList 1`] = `
<div
  className="ui characters-list cards"
>
  <Character
    character={
      Object {
        "description": "poop",
        "name": "Hawkeye",
      }
    }
    key="Hawkeye"
  />
</div>
`;