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

7 lines
234 B
JavaScript
Raw Normal View History

2023-02-20 22:58:05 +00:00
// This file is auto-generated | Any changes you make will be overwritten.
import { plugin } from '../src/index.mjs'
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
// Run shared tests
sharedPluginTests(plugin)