1
0
Fork 0
freesewing/designs/uma/tests/shared.test.mjs
joostdecock 45e76dd958 breaking: Out with ursula & unice, in with uma
This is the least-worst solution of a conflict that I didn't see coming
until it was too late. So here we are, and this is how I'm handling it:

- After discussion with the Ursula designer I am reincarnating Ursula as
  Uma under my own name as per their request.
- After discussion with the Uma designer, I am removing Uma.

Let the message be clear:

**If you can't play nice with others, I will take away your toys.**
2023-09-23 07:55:25 +02:00

20 lines
716 B
JavaScript

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