1
0
Fork 0

fix: Typo in pattern tests

This commit is contained in:
joostdecock 2021-08-30 20:00:24 +02:00
parent 3cfeb1b21f
commit 28f14aa151

View file

@ -4,7 +4,7 @@ const notGarments = [
'examples',
'legend',
]
const isGarment = design => (notGarments.indexOf(design) === -1) true : false
const isGarment = design => (notGarments.indexOf(design) === -1) ? true : false
/*