UNPKG
@ovotech/cypress-tourist
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.14
0.0.5
Visit a place, take a picture. Compare.
github.com/ovotech/cypress-tourist
ovotech/cypress-tourist
@ovotech/cypress-tourist
/
src
/
utils
/
hyphenList.js
4 lines
(2 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
const
hyphenList
= arr => arr.
reduce
(
(
list, imageFileName
) =>
`
${list}
\n -
${imageFileName}
`
,
''
)
exports
.
hyphenList
= hyphenList