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
9
packages/plugin-export-dxf/tests/plugin.text.mjs
Normal file
9
packages/plugin-export-dxf/tests/plugin.text.mjs
Normal file
|
@ -0,0 +1,9 @@
|
|||
import chai from 'chai'
|
||||
import freesewing from '@freesewing/core'
|
||||
import plugin from '../dist/index.js'
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
describe('Export-MDX Plugin Tests', () => {
|
||||
// FIXME: No tests. But then again, this plugin is quasi-abandoned
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue