1
0
Fork 0
freesewing/packages/plugin-export-dxf/tests/plugin.text.mjs

9 lines
249 B
JavaScript

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