diff --git a/designs/brian/tests/shared.test.mjs b/designs/brian/tests/shared.test.mjs index 87aac83adec..76bb3aeeb47 100644 --- a/designs/brian/tests/shared.test.mjs +++ b/designs/brian/tests/shared.test.mjs @@ -13,4 +13,4 @@ testPatternConfig(Brian) testPatternDrafting(Brian, false) // Test sampling - Change the second parameter to `true` to log errors -testPatternSampling(Brian, 0) +testPatternSampling(Brian, false) diff --git a/packages/models/README.md b/packages/models/README.md index 58068bedd6b..483efa69f1e 100644 --- a/packages/models/README.md +++ b/packages/models/README.md @@ -95,7 +95,8 @@ The digits in the model refer to the neck circumference in cm. - measurements: A list/array of measurement names - sizes: An object with `menswear` and `womenswear` keys that hold a list/array of sizes we provide - +- menswear: An object with the menswear models +- womenswear: An object with the womenswear models