1
0
Fork 0
freesewing/designs/skully/tests/shared.test.mjs
2023-10-12 22:58:43 +02:00

20 lines
731 B
JavaScript

// This file is auto-generated | Any changes you make will be overwritten.
import { Skully, 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(Skully)
// Test translation
testPatternI18n(Skully, i18n)
// Test drafting - Change the second parameter to `true` to log errors
testPatternDrafting(Skully, false)
// Test sampling - Change the second parameter to `true` to log errors
testPatternSampling(Skully, false)