chore(plugin-validate): Added (esm) unit tests. See #408
This commit is contained in:
parent
8391764129
commit
baccf49d4a
6 changed files with 40 additions and 239 deletions
12
packages/plugin-validate/tests/plugin.test.mjs
Normal file
12
packages/plugin-validate/tests/plugin.test.mjs
Normal file
|
@ -0,0 +1,12 @@
|
|||
import chai from 'chai'
|
||||
import freesewing from '@freesewing/core'
|
||||
import plugin from '../dist/index.mjs'
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
describe('Validate Plugin Tests', () => {
|
||||
it("FIXME: No plugin tests defined", () => {
|
||||
expect(1).to.equal(1)
|
||||
})
|
||||
})
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue