Remix - Testing
What will this test log?
const { queryByText } = render(<div>Hello</div>);
const result = queryByText('World');
console.log(result);