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

12 lines
264 B
JavaScript
Raw Normal View History

import chai from 'chai'
2022-01-20 09:14:20 +01:00
//import freesewing from '@freesewing/core'
2022-09-15 13:49:55 +02:00
//import { plugin } from '../src/index.mjs'
2022-09-14 13:42:36 +02:00
const expect = chai.expect
describe('Sprinkle Plugin Tests', () => {
2022-09-14 13:42:36 +02:00
it('FIXME: No plugin tests defined', () => {
expect(1).to.equal(1)
})
})