Fix File
•
/
home
/
sportsfe...
/
public_h...
/
clone
/
wp-conte...
/
plugins
/
ninja-fo...
/
src
/
componen...
/
tests
•
File:
displayBulkExport.test.js
•
Content:
import { render, cleanup } from '@testing-library/react'; import { globalParams, bulkExportParams } from './mockData'; import { DisplayBulkExport } from '../'; describe( 'submissions-display-bulk-export', () => { afterEach( cleanup ); const props = { globalParams, bulkExportParams }; it( 'Matches snapshot', () => { const { container } = render( <DisplayBulkExport data={ props } /> ); expect( container ).toMatchSnapshot(); } ); } );
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List