1
0
Fork 0
freesewing/config/templates/plugin.test.mjs
2022-08-28 11:03:01 +02:00

7 lines
235 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)