1
0
Fork 0
freesewing/plugins/plugin-annotations/tests/shared.test.mjs
Wouter van Wageningen fe0ec212b0 Moved some more
2023-02-20 22:58:05 +00:00

6 lines
234 B
JavaScript

// 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)