1
0
Fork 0
freesewing/config/templates/plugin.test.mjs

8 lines
235 B
JavaScript
Raw Normal View History

// This file is auto-generated | Any changes you make will be overwritten.
import { plugin } from './dist/index.mjs'
2022-07-31 16:13:51 +02:00
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
// Run shared tests
sharedPluginTests(plugin)