eduardomoroni/mtgx

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

Summary

Maintainability
A
0 mins
Test Coverage
import { initialState } from '../../../../../src/redux/reducers'

describe('Root reducer initial state', () => {
  it('should have a snapshot', async () => {
    expect(initialState).toMatchSnapshot()
  })
})