From db80c2c60addb5b97df975eeeb4a70bc0b1ac11a Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Wed, 19 Jan 2022 11:32:03 +0100 Subject: [PATCH] chore: Updated tests for plugintest pattern --- tests/patterns/config.mjs | 1 + tests/patterns/drafting.mjs | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/patterns/config.mjs b/tests/patterns/config.mjs index 3529b87e74d..769ec14a5a1 100644 --- a/tests/patterns/config.mjs +++ b/tests/patterns/config.mjs @@ -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 diff --git a/tests/patterns/drafting.mjs b/tests/patterns/drafting.mjs index db6453556dd..bd2ee9f5c4a 100644 --- a/tests/patterns/drafting.mjs +++ b/tests/patterns/drafting.mjs @@ -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