import React from 'react'; import { renderWithTheme } from '../helper/renderWithTheme'; import ListBox from './ListBox'; test('ListBox Status matches Snapshot', () => { const { container } = renderWithTheme( Dies ist eine Listbox., {}, ); expect(container).toMatchSnapshot(); });