chore: Restore tests to default
This commit is contained in:
parent
d2ad75bcbd
commit
9ab513de8c
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
testPatternConfig(Bee)
|
testPatternConfig(Bee)
|
||||||
|
|
||||||
// Test drafting - Change the second parameter to `true` to log errors
|
// Test drafting - Change the second parameter to `true` to log errors
|
||||||
testPatternDrafting(Bee, true)
|
testPatternDrafting(Bee, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Bee, false)
|
//testPatternSampling(Bee, false)
|
||||||
|
|
|
@ -10,7 +10,7 @@ import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||||
testPatternConfig(Bent)
|
testPatternConfig(Bent)
|
||||||
|
|
||||||
// Test drafting - Change the second parameter to `true` to log errors
|
// Test drafting - Change the second parameter to `true` to log errors
|
||||||
testPatternDrafting(Bent, true)
|
testPatternDrafting(Bent, false)
|
||||||
|
|
||||||
// Test sampling - Change the second parameter to `true` to log errors
|
// Test sampling - Change the second parameter to `true` to log errors
|
||||||
//testPatternSampling(Bent, false)
|
//testPatternSampling(Bent, false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue