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)
|
||||
})
|
||||
})
|
6
plugins/core-plugins/tests/shared.test.mjs
Normal file
6
plugins/core-plugins/tests/shared.test.mjs
Normal file
|
@ -0,0 +1,6 @@
|
|||
// This file is auto-generated | Any changes you make will be overwritten.
|
||||
import { plugin } from '../src/index.mjs'
|
||||
import { sharedPluginTests } from '../../../tests/plugins/shared.mjs'
|
||||
|
||||
// Run shared tests
|
||||
sharedPluginTests(plugin)
|
Loading…
Add table
Add a link
Reference in a new issue