Last active
March 22, 2019 16:02
-
-
Save michelts/78d9938ce1155600e55d3595b794de94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it('Cards component, supposing that uses redux', () => { | |
const props = StoreFactory({ ...customConditions }); | |
const wrapper = shallow(<Cards {...props} />); | |
expect(wrapper).toMatchSnapshot(); | |
expect(wrapper.find(something)).toEqual(whatImExpecting); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment