fix: No with(out)breasts check for examples pattern
This commit is contained in:
parent
1a21e28deb
commit
332b28e618
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ const testPatternConfig = (design, pattern, expect, models, patterns) => {
|
|||
}
|
||||
|
||||
|
||||
if (['rendertest', 'tutorial'].indexOf(design) === -1) {
|
||||
if (['rendertest', 'tutorial', 'examples'].indexOf(design) === -1) {
|
||||
/*
|
||||
* Ensure pattern is listed as being for breasts or not
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue