UNPKG
testrail-cucumber
Version:
latest (0.1.0)
0.1.0
testrail api
testrail-cucumber
/
index.js
11 lines
(8 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
function
helloWorld
(
) {
return
"Hello World"
}
function
HelloWorldNPM
(
) {
return
"Hello World NPM"
}
module
.
exports
=
HelloWorldNPM
;
HelloWorldNPM
.
helloWorld
= helloWorld;