13 lines
257 B
JavaScript
13 lines
257 B
JavaScript
![]() |
import chai from 'chai'
|
||
|
import freesewing from '@freesewing/core'
|
||
|
import plugin from '../dist/index.mjs'
|
||
|
|
||
|
const expect = chai.expect
|
||
|
|
||
|
describe('Gore Plugin Tests', () => {
|
||
|
it('FIXME: No plugin tests configured', () => {
|
||
|
expect(1).to.equal(1)
|
||
|
})
|
||
|
})
|
||
|
|