2022-08-28 14:52:18 +02:00
|
|
|
// This file is auto-generated | Any changes you make will be overwritten.
|
2022-08-26 16:34:55 +02:00
|
|
|
import { Brian } from './dist/index.mjs'
|
2021-11-27 16:48:33 +01:00
|
|
|
|
|
|
|
// Shared tests
|
2022-08-26 18:06:23 +02:00
|
|
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
|
|
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
|
|
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
2021-11-27 16:48:33 +01:00
|
|
|
|
|
|
|
// Test config
|
2022-08-26 16:34:55 +02:00
|
|
|
testPatternConfig(Brian)
|
2021-11-27 16:48:33 +01:00
|
|
|
|
2022-08-28 14:52:18 +02:00
|
|
|
// Test drafting - Change the second parameter to `true` to log errors
|
|
|
|
testPatternDrafting(Brian, false)
|
2021-11-27 16:48:33 +01:00
|
|
|
|
2022-08-28 14:52:18 +02:00
|
|
|
// Test sampling - Change the second parameter to `true` to log errors
|
2022-09-01 08:49:45 +02:00
|
|
|
testPatternSampling(Brian, false)
|