1
0
Fork 0

chore: Restore tests to default

This commit is contained in:
joostdecock 2022-09-11 18:02:25 +02:00
parent d2ad75bcbd
commit 9ab513de8c
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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)