Mailspring/app/spec/fixtures/task-spec-handler.es6
2018-01-23 17:35:09 -08:00

4 lines
89 B
JavaScript

module.exports = function() {
window.emit('some-event', 1, 2, 3);
return 'hello';
};