1
0
Fork 0
freesewing/designs/lily/tests/shared.test.mjs
2024-03-02 20:25:08 +00:00

20 lines
721 B
JavaScript

// This file is auto-generated | Any changes you make will be overwritten.
import { Lily, i18n } from '../src/index.mjs'
// 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
testPatternConfig(Lily)
// 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)