2022-08-28 11:03:01 +02:00
|
|
|
// 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)
|
2022-08-28 11:03:01 +02:00
|
|
|
|