1
0
Fork 0

chore: Migrated plugin tests to named exports

This commit is contained in:
Joost De Cock 2022-08-28 11:03:01 +02:00
parent c09ae4aa69
commit 15dbb867ac
2 changed files with 4 additions and 18 deletions

View file

@ -1,8 +1,7 @@
// This file is auto-generated.
// Changes you make will be overwritten.
import plugin from './dist/index.mjs'
// 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)