2022-07-16 04:06:26 +00: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("octoplushy", new Pattern())
|
2022-07-16 04:06:26 +00:00
|
|
|
|
|
|
|
// Test drafting
|
2022-08-25 11:52:34 +02:00
|
|
|
testPatternDrafting("octoplushy", Pattern)
|
2022-07-16 04:06:26 +00:00
|
|
|
|
|
|
|
// Test sampling
|
2022-08-25 11:52:34 +02:00
|
|
|
testPatternSampling( "octoplushy", Pattern)
|