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