======================
Export an EventEmitter class in index.js that satisfies all unit tests
in the mochaTest:core task.
Bonus points will be given for implementations that satisfy the extra tests
in the mochaTest:bonus task.
No additional dependencies should be installed, and Node's built-in events
module may not be used.
Examples and documentation can be found in docs.md.
- Clone this repo
- Install dependencies (
npm install) - Install Grunt (
npm install -g grunt-cli)
npm test