1
0
Fork 0
freesewing/packages/plugin-validate/tests/plugin.test.mjs
2022-01-20 09:14:20 +01:00

12 lines
262 B
JavaScript

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)
})
})