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
/
noemit
/
index.js
8 lines
(6 loc)
•
90 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
module
.
exports
= {
run
(
) {
this
.
params
.
noemitParam
=
'HOLA!'
; } };