2021-11-27 16:48:33 +01:00
|
|
|
// This file is auto-generated.
|
|
|
|
// 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
|
|
|
|
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-26 16:34:55 +02:00
|
|
|
testPatternConfig(Brian)
|
2021-11-27 16:48:33 +01:00
|
|
|
|
|
|
|
// Test drafting
|
2022-08-26 14:45:51 +02:00
|
|
|
//testPatternDrafting("brian", Pattern)
|
2021-11-27 16:48:33 +01:00
|
|
|
|
|
|
|
// Test sampling
|
2022-08-26 14:45:51 +02:00
|
|
|
//testPatternSampling( "brian", Pattern)
|