2024-03-02 20:25:08 +00:00
|
|
|
// This file is auto-generated | Any changes you make will be overwritten.
|
2025-04-01 16:15:20 +02:00
|
|
|
import { Lily, about, i18n } from '../src/index.mjs'
|
2024-03-02 20:25:08 +00:00
|
|
|
|
|
|
|
// Shared tests
|
|
|
|
import { testPatternConfig } from '../../../tests/designs/config.mjs'
|
|
|
|
import { testPatternI18n } from '../../../tests/designs/i18n.mjs'
|
|
|
|
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
|
|
|
|
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
|
|
|
|
|
|
|
|
// Test config
|
2025-04-01 16:15:20 +02:00
|
|
|
testPatternConfig(Lily, about)
|
2024-03-02 20:25:08 +00:00
|
|
|
|
|
|
|
// Test translation
|
|
|
|
testPatternI18n(Lily, i18n)
|
|
|
|
|
|
|
|
// Test drafting - Change the second parameter to `true` to log errors
|
|
|
|
testPatternDrafting(Lily, false)
|
|
|
|
|
|
|
|
// Test sampling - Change the second parameter to `true` to log errors
|
|
|
|
testPatternSampling(Lily, false)
|