1
0
Fork 0
freesewing/plugins/plugin-bundle/tests/plugin.test.mjs
2022-09-15 13:49:55 +02:00

9 lines
176 B
JavaScript

import chai from 'chai'
const expect = chai.expect
describe('Round Plugin Tests', () => {
it('FIXME: No plugin tests configured', () => {
expect(1).to.equal(1)
})
})