UNPKG
runas-functional-tests
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
Functional tests for runas
runas-functional-tests
/
steps
/
getGoodbye
/
index.js
9 lines
(7 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
module
.
exports
= {
run
(
) {
this
.
logger
.
info
(
'sayGoodbye said:'
,
this
.
params
.
messageGood
);
this
.
logger
.
info
(
'emittingHello said:'
,
this
.
params
.
otherGood
); } };