: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
import { render, cleanup } from '@testing-library/react';
import { action } from './mockData';
import { DisplayActionSettings } from '../';
describe( 'submissions-display-action-settings', () => {
it( 'Matches snapshot', () => {
const { container } = render(
<DisplayActionSettings value={ action } />
expect( container ).toMatchSnapshot();