chore: Updated tests for plugintest pattern
This commit is contained in:
parent
7bebd8cf07
commit
db80c2c60a
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ const notGarments = [
|
||||||
'tutorial',
|
'tutorial',
|
||||||
'examples',
|
'examples',
|
||||||
'legend',
|
'legend',
|
||||||
|
'plugintest',
|
||||||
]
|
]
|
||||||
const isGarment = design => (notGarments.indexOf(design) === -1) ? true : false
|
const isGarment = design => (notGarments.indexOf(design) === -1) ? true : false
|
||||||
// Some patterns are deprecated and won't support more stringent doll/giant tests
|
// Some patterns are deprecated and won't support more stringent doll/giant tests
|
||||||
|
|
|
@ -6,6 +6,7 @@ const isGarment = design => ([
|
||||||
'tutorial',
|
'tutorial',
|
||||||
'examples',
|
'examples',
|
||||||
'legend',
|
'legend',
|
||||||
|
'plugintest',
|
||||||
].indexOf(design) === -1)
|
].indexOf(design) === -1)
|
||||||
|
|
||||||
// Some patterns are deprecated and won't support more stringent doll/giant tests
|
// Some patterns are deprecated and won't support more stringent doll/giant tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue