2021-11-27 16:43:52 +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:43:52 +01:00
|
|
|
|
|
|
|
const expect = chai.expect
|
|
|
|
|
|
|
|
describe('Gore Plugin Tests', () => {
|
|
|
|
it('FIXME: No plugin tests configured', () => {
|
|
|
|
expect(1).to.equal(1)
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|