Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 320 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 320 Bytes

jest-utils

some utils for jest test

install

npm install @joyfulljs/jest-utils --save-dev

usage

const jestUtils = require('@joyfulljs/jest-utils');

api

.mockEventBinding(): void
mock addEventListener/removeEventListener using jQuery so you can use jQuery to trigger event.

license

MIT