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

9 lines
229 B
JavaScript
Raw Normal View History

2022-07-31 16:13:51 +02:00
// 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)