UNPKG

runas-functional-tests

Version:

Functional tests for runas

9 lines (7 loc) 186 B
'use strict'; module.exports = { run() { this.logger.info('sayGoodbye said:', this.params.messageGood); this.logger.info('emittingHello said:', this.params.otherGood); } };