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
/
checkContexts2
/
index.js
12 lines
(8 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
'use strict'
;
function
check
(
) {
this
.
logger
.
info
(
`My context -->
${
this
._context}
`
);
this
.
logger
.
info
(
'#blue'
,
'Check if all you need to execute this step exists'
); }
module
.
exports
= {
check
: check };