UNPKG

cucumber

Version:

The official JavaScript implementation of Cucumber.

10 lines (8 loc) 189 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatLocation = formatLocation; function formatLocation(obj) { return `${obj.uri}:${obj.line}`; }