2016-12-13 11:34:26 -07:00

5 lines
100 B
JavaScript

module.exports = {
emitTestEvent: function() {
this.emit('test', 'abc', '123');
}
};