2022-06-22 11:00:38 +02:00
|
|
|
// This file is auto-generated.
|
|
|
|
// Changes you make will be overwritten.
|
|
|
|
import Pattern from './dist/index.mjs'
|
|
|
|
|
|
|
|
// 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("bob", new Pattern())
|
2022-06-22 11:00:38 +02:00
|
|
|
|
|
|
|
// Test drafting
|
2022-08-25 11:52:34 +02:00
|
|
|
testPatternDrafting("bob", Pattern)
|
2022-06-22 11:00:38 +02:00
|
|
|
|
|
|
|
// Test sampling
|
2022-08-25 11:52:34 +02:00
|
|
|
testPatternSampling( "bob", Pattern)
|