1
0
Fork 0

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

This commit is contained in:
Joost De Cock 2021-11-27 16:43:28 +01:00
parent c0d6b67598
commit c4863b8d3c
5 changed files with 33 additions and 15 deletions

View 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
})