1
0
Fork 0
freesewing/designs/skully/tests/shared.test.mjs

21 lines
731 B
JavaScript
Raw Normal View History

2023-04-07 23:54:05 +00:00
// This file is auto-generated | Any changes you make will be overwritten.
import { Skully, i18n } from '../src/index.mjs'
2023-04-07 23:54:05 +00:00
// Shared tests
import { testPatternConfig } from '../../../tests/designs/config.mjs'
import { testPatternI18n } from '../../../tests/designs/i18n.mjs'
2023-04-07 23:54:05 +00:00
import { testPatternDrafting } from '../../../tests/designs/drafting.mjs'
import { testPatternSampling } from '../../../tests/designs/sampling.mjs'
// Test config
testPatternConfig(Skully)
// Test translation
testPatternI18n(Skully, i18n)
2023-04-07 23:54:05 +00:00
// 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)