2022-09-24 13:12:40 +02:00
|
|
|
// This file is auto-generated | Any changes you make will be overwritten.
|
2022-09-26 23:23:43 +02:00
|
|
|
import { Unice } from '../src/index.mjs'
|
2022-09-24 13:12:40 +02:00
|
|
|
|
|
|
|
// Shared tests
|
|
|
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
|
|
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
2022-10-06 21:01:58 +02:00
|
|
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
2022-09-24 13:12:40 +02:00
|
|
|
|
|
|
|
// Test config
|
|
|
|
testPatternConfig(Unice)
|
|
|
|
|
|
|
|
// Test drafting - Change the second parameter to `true` to log errors
|
|
|
|
testPatternDrafting(Unice, false)
|
|
|
|
|
|
|
|
// Test sampling - Change the second parameter to `true` to log errors
|
2022-10-06 21:01:58 +02:00
|
|
|
testPatternSampling(Unice, false)
|