1
0
Fork 0
freesewing/packages/plugin-sprinkle/tests/plugin.test.mjs

12 lines
258 B
JavaScript
Raw Normal View History

import chai from 'chai'
import freesewing from '@freesewing/core'
import plugin from '../dist/index.mjs'
const expect = chai.expect;
describe('Sprinkle Plugin Tests', () => {
it("FIXME: No plugin tests defined", () => {
expect(1).to.equal(1)
})
})