1
0
Fork 0

chore: Updated tests for plugintest pattern

This commit is contained in:
Joost De Cock 2022-01-19 11:32:03 +01:00
parent 7bebd8cf07
commit db80c2c60a
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ const notGarments = [
'tutorial',
'examples',
'legend',
'plugintest',
]
const isGarment = design => (notGarments.indexOf(design) === -1) ? true : false
// Some patterns are deprecated and won't support more stringent doll/giant tests

View file

@ -6,6 +6,7 @@ const isGarment = design => ([
'tutorial',
'examples',
'legend',
'plugintest',
].indexOf(design) === -1)
// Some patterns are deprecated and won't support more stringent doll/giant tests