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

12 lines
265 B
JavaScript
Raw Normal View History

import chai from 'chai'
2022-01-20 09:14:20 +01:00
//import freesewing from '@freesewing/core'
//import plugin from '../dist/index.js'
const expect = chai.expect
describe('Export-MDX Plugin Tests', () => {
2022-01-20 09:14:20 +01:00
it('FIXME: No plugin tests configured', () => {
expect(1).to.equal(1)
})
})