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