Currently building Embedstore.ai • Prev built cookup.ai (AI app store, 450K+ monthly traffic) • eval.ai (42K+ monthly users, used by Microsoft, Stanford, etc) • ML based camera scanner app featured at Google I/O • built & scaled an alternate Android app store to 3M organic users & 300K monthly active • co-authored a chapter in a major book in AI & been working in AI/Ml since 2014.
Nothing here yet.
In my case, I passed match as props import * as renderer from 'react-test-renderer' ; const renderWithProps = (props) => { const defaultProps = { match: { params: { code: 123 } }, }; return renderer.create(< ListPage {...defaultProps} {...minProps} />); } test( 'should render' , () => { renderWithProps({}); expect(wrapper.toJSON()).toMatchSnapshot(); }) renderWithProps write now uses ListPage as a component. You can take that as parameter.