Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../public_h.../clone/wp-conte.../plugins/ninja-fo.../src/componen.../tests
File: triggerBulkExportComponent.test.js
import { render, cleanup } from '@testing-library/react';
[0] Fix | Delete
import { globalParams, bulkExportParams } from './mockData';
[1] Fix | Delete
import { TriggerBulkExportComponent } from '../';
[2] Fix | Delete
[3] Fix | Delete
describe( 'submissions-trigger-bulk-export-component', () => {
[4] Fix | Delete
afterEach( cleanup );
[5] Fix | Delete
it( 'Matches snapshot', () => {
[6] Fix | Delete
const props = { globalParams, bulkExportParams };
[7] Fix | Delete
[8] Fix | Delete
const { container } = render(
[9] Fix | Delete
<TriggerBulkExportComponent props={ props } />
[10] Fix | Delete
);
[11] Fix | Delete
expect( container ).toMatchSnapshot();
[12] Fix | Delete
} );
[13] Fix | Delete
} );
[14] Fix | Delete
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function