1
0
Fork 0
freesewing/plugins/plugin-dimension/tests/shared.test.mjs
2022-09-11 21:55:32 +02:00

6 lines
234 B
JavaScript

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