An open API service indexing awesome lists of open source software.

https://github.com/revathskumar/fake-event


https://github.com/revathskumar/fake-event

event fake javascript testing

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

fake event [![Build Status](https://travis-ci.org/revathskumar/fake-event.svg?branch=master)](https://travis-ci.org/revathskumar/fake-event)
======================

mock event object for tests

### Usage

```
npm install fake-event
```

```
var evt = fakeEvent({target: {name:'name', value:'Hello World'}});
```

License
-------
Please see [License](https://github.com/revathskumar/fake-event/blob/master/License)