7 lines
235 B
JavaScript
7 lines
235 B
JavaScript
// This file is auto-generated | Any changes you make will be overwritten.
|
|
import { plugin } from './dist/index.mjs'
|
|
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
|
|
|
|
// Run shared tests
|
|
sharedPluginTests(plugin)
|
|
|