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
/
notEmpty.js
4 lines
(2 loc)
•
72 B
JavaScript
View Raw
1
2
3
4
const
notEmpty
= arr => arr.
some
(
i
=>
!!i)
exports
.
notEmpty
= notEmpty