chore(plugin-export-dxf): Added (esm) unit tests. See #408
This commit is contained in:
parent
c0d6b67598
commit
c4863b8d3c
5 changed files with 33 additions and 15 deletions
10
packages/plugin-export-dxf/tests/shared.test.mjs
Normal file
10
packages/plugin-export-dxf/tests/shared.test.mjs
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue