eduardomoroni/mtgx

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

Summary

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

exports[`Authentication reducer should have a snapshot 1`] = `
User {
  "email": "",
  "emailVerified": "",
  "providerData": "",
  "uid": "",
}
`;