: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
import { render, cleanup } from '@testing-library/react';
import { globalParams } from './mockData';
import { SelectForms } from '../';
describe( 'submissions-select-forms', () => {
it( 'Matches snapshot', () => {
const setForms = jest.fn();
const { container } = render(
<SelectForms data={ data } setForms={ setForms } />
expect( container ).toMatchSnapshot();