import { act, render, waitFor } from '@testing-library/react';
import React from 'react';
import { createSearchClient } from '../../../../../test/mock';
import { Configure } from '../Configure';
import { InstantSearch } from '../InstantSearch';
describe('Configure', () => {
test('does not render anything', () => {
const searchClient = createSearchClient({});
const { container } = render(