UNPKG

testrail-cucumber

Version:

testrail api

11 lines (8 loc) 176 B
function helloWorld() { return "Hello World" } function HelloWorldNPM() { return "Hello World NPM" } module.exports = HelloWorldNPM; HelloWorldNPM.helloWorld = helloWorld;