@ramimustaklem/react-simulate-event
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

React Simulate Event

A Helper function to simulate Mounted React components events using jest and enzyme

How to use it

import simulate from '@ramimustaklem/react-simulate-event'

simulate(wrapper, 'input[name="email"]', 'email@example.com');

Readme

Keywords

none

Package Sidebar

Install

npm i @ramimustaklem/react-simulate-event

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

6.9 kB

Total Files

7

Last publish

Collaborators

  • ramimustaklem