eduardomoroni/mtgx

View on GitHub
__tests__/unit/src/modules/cardSearch/components/__snapshots__/manaSymbol.test.js.snap

Summary

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

exports[`<ManaSymbol /> Should have a snapshot 1`] = `
<Image
  source={1}
  style={
    Array [
      Object {
        "height": 30,
        "marginHorizontal": 5,
        "width": 30,
      },
      Object {
        "opacity": 1,
      },
    ]
  }
/>
`;