Tests
Test examples
it('Passes', () => {
expect(true).toBe(true);
});Snapshots
const result = renderer.create(<PageHome
dpapp= {dpapp}
history= {history}
location= {{ state }}
/>
).toJSON();
expect(result).toMatchSnapshot();Running the tests
Last updated