breaking: @freesewing/plugin-bundle is now @freesewing/core-plugins
This commit is contained in:
parent
b263979ca0
commit
70041876f5
18 changed files with 40 additions and 130 deletions
9
plugins/core-plugins/tests/plugin.test.mjs
Normal file
9
plugins/core-plugins/tests/plugin.test.mjs
Normal file
|
@ -0,0 +1,9 @@
|
|||
import chai from 'chai'
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
describe('Round Plugin Tests', () => {
|
||||
it('FIXME: No plugin tests configured', () => {
|
||||
expect(1).to.equal(1)
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue