Mailspring/app/spec/fixtures/task-spec-handler.es6

5 lines
89 B
Text
Raw Normal View History

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