1
0
Fork 0

chore(plugin-i18n): Ported to v3

This commit is contained in:
Joost De Cock 2022-08-28 12:44:22 +02:00
parent 8f0a69f056
commit f8c2b61e00
6 changed files with 27 additions and 17 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)