1
0
Fork 0
freesewing/designs/octoplushy/tests/shared.test.mjs
2022-08-25 11:52:34 +02:00

17 lines
536 B
JavaScript

// This file is auto-generated.
// Changes you make will be overwritten.
import Pattern from './dist/index.mjs'
// Shared tests
import { testPatternConfig } from '../../../tests/patterns/config.mjs'
import { testPatternDrafting } from '../../../tests/patterns/drafting.mjs'
import { testPatternSampling } from '../../../tests/patterns/sampling.mjs'
// Test config
testPatternConfig("octoplushy", new Pattern())
// Test drafting
testPatternDrafting("octoplushy", Pattern)
// Test sampling
testPatternSampling( "octoplushy", Pattern)