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