2021-11-27 16:45:32 +01:00
|
|
|
import chai from 'chai'
|
2022-01-20 09:14:20 +01:00
|
|
|
//import freesewing from '@freesewing/core'
|
|
|
|
//import plugin from '../dist/index.mjs'
|
2021-11-27 16:45:32 +01:00
|
|
|
|
|
|
|
const expect = chai.expect
|
|
|
|
|
|
|
|
describe('Round Plugin Tests', () => {
|
|
|
|
it("FIXME: No plugin tests configured", () => {
|
|
|
|
expect(1).to.equal(1)
|
|
|
|
})
|
|
|
|
})
|