wip: Post-barcelona wrap-up commit
This commit is contained in:
parent
0431764a66
commit
bbfef41e98
163 changed files with 811 additions and 679 deletions
|
@ -1,17 +1,16 @@
|
|||
// This file is auto-generated.
|
||||
// Changes you make will be overwritten.
|
||||
import Pattern from './dist/index.mjs'
|
||||
// This file is auto-generated | Any changes you make will be overwritten.
|
||||
import { Benjamin } 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'
|
||||
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
||||
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
||||
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
||||
|
||||
// Test config
|
||||
testPatternConfig("benjamin", new Pattern())
|
||||
testPatternConfig(Benjamin)
|
||||
|
||||
// Test drafting
|
||||
testPatternDrafting("benjamin", Pattern)
|
||||
// Test drafting - Change the second parameter to `true` to log errors
|
||||
testPatternDrafting(Benjamin, false)
|
||||
|
||||
// Test sampling
|
||||
testPatternSampling( "benjamin", Pattern)
|
||||
// Test sampling - Change the second parameter to `true` to log errors
|
||||
testPatternSampling(Benjamin, false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue