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

7 lines
234 B
JavaScript
Raw Normal View History

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