UNPKG

runas-functional-tests

Version:

Functional tests for runas

12 lines (8 loc) 212 B
'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 };