9 lines
249 B
JavaScript
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
|
|
})
|