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
/
filterFailed.js
6 lines
(3 loc)
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
const
FAILED
=
'(failed)'
const
filterFailed
= fileArray => fileArray.
filter
(
fileName
=>
!fileName.
includes
(
FAILED
))
exports
.
filterFailed
= filterFailed