Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
test('renders Popup with a smaller close icon', () => {
const component = renderer.create(
<span>hello world</span>
);
expect(component).toMatchSnapshot();
});
});