2021-11-27 16:48:00 +01:00
|
|
|
// This file is auto-generated.
|
|
|
|
// Changes you make will be overwritten.
|
2022-07-31 16:13:51 +02:00
|
|
|
import Pattern from './dist/index.mjs'
|
2021-11-27 16:48:00 +01:00
|
|
|
|
|
|
|
// Shared tests
|
|
|
|
import { testPatternConfig } from '../../../tests/patterns/config.mjs'
|
|
|
|
import { testPatternDrafting } from '../../../tests/patterns/drafting.mjs'
|
|
|
|
import { testPatternSampling } from '../../../tests/patterns/sampling.mjs'
|
|
|
|
|
|
|
|
// Test config
|
2022-08-25 11:52:34 +02:00
|
|
|
testPatternConfig("bella", new Pattern())
|
2021-11-27 16:48:00 +01:00
|
|
|
|
|
|
|
// Test drafting
|
2022-08-25 11:52:34 +02:00
|
|
|
testPatternDrafting("bella", Pattern)
|
2021-11-27 16:48:00 +01:00
|
|
|
|
|
|
|
// Test sampling
|
2022-08-25 11:52:34 +02:00
|
|
|
testPatternSampling( "bella", Pattern)
|