1
0
Fork 0

chore(plugin-buttons): Added (esm) unit tests. See #408

This commit is contained in:
Joost De Cock 2021-11-27 16:42:47 +01:00
parent bc93f33709
commit 60b72021c0
5 changed files with 39 additions and 22 deletions

View file

@ -0,0 +1,10 @@
// This file is auto-generated.
// Changes you make will be overwritten.
import freesewing from '@freesewing/core'
import chai from 'chai'
import plugin from '../dist/index.mjs'
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
// Run shared tests
sharedPluginTests(plugin, freesewing, chai.expect)