Fix File
•
/
home
/
sportsfe...
/
public_h...
/
clone
/
wp-conte...
/
plugins
/
ninja-fo...
/
src
/
componen...
/
tests
•
File:
selectAction.test.js
•
Content:
import { render, cleanup } from '@testing-library/react'; import { form } from './mockData'; import { SelectAction } from '../'; describe( 'submissions-select-action', () => { afterEach( cleanup ); it( 'Matches snapshot', () => { const setEmailAction = jest.fn(); const { container } = render( <SelectAction form={ form } setAction={ setEmailAction } /> ); expect( container ).toMatchSnapshot(); } ); } );
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List