17 lines
521 B
JavaScript
17 lines
521 B
JavaScript
// 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
|
|
testPatternConfig("aaron", new Pattern())
|
|
|
|
// Test drafting
|
|
testPatternDrafting("aaron", Pattern)
|
|
|
|
// Test sampling
|
|
testPatternSampling( "aaron", Pattern)
|