1
0
Fork 0
freesewing/packages/plugin-bartack/tests/shared.test.mjs
2022-06-14 23:13:59 +02:00

8 lines
229 B
JavaScript

// This file is auto-generated.
// Changes you make will be overwritten.
import plugin from './dist/index.mjs'
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
// Run shared tests
sharedPluginTests(plugin)