eduardomoroni/mtgx

View on GitHub
__tests__/unit/src/redux/reducers/__snapshots__/rootReducer.test.js.snap

Summary

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

exports[`Root reducer initial state should have a snapshot 1`] = `
Object {
  "authentication": User {
    "email": "",
    "emailVerified": "",
    "providerData": "",
    "uid": "",
  },
  "cards": "",
  "message": "",
}
`;