1
0
Fork 0
freesewing/plugins/plugin-i18n/tests/shared.test.mjs

9 lines
229 B
JavaScript
Raw Normal View History

// 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
2022-01-20 09:07:38 +01:00
sharedPluginTests(plugin)