import React from 'react'; function Bar() { return (
Hello world, we're not testing Bar so this would ideally not executed through either shallow rendering or Jest's auto mocking.
); } export default Bar;