lnked/react-starter

View on GitHub
src/__tests__/snap.test.js

Summary

Maintainability
A
0 mins
Test Coverage
test('test', () => { })

// describe('YourComponent test', () => {
// let component

// beforeEach(() => {
//     component = mount(<YourComponent />)
// })

// it('should render valid mode', () => {
//     component.setProps({ isValid: true })
//     expect(component).toMatchSnapshot()
// })

// it('should render invalid mode', () => {
//     component.setProps({ isValid: false })
//     expect(component).toMatchSnapshot()
// })
// })