UNPKG

@ovotech/cypress-tourist

Version:

Visit a place, take a picture. Compare.

4 lines (2 loc) 132 B
const hyphenList = arr => arr.reduce((list, imageFileName) => `${list}\n - ${imageFileName}`, '') exports.hyphenList = hyphenList