6 lines
95 B
JavaScript

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