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

10 lines
176 B
JavaScript
Raw Normal View History

import chai from 'chai'
const expect = chai.expect
2022-08-28 14:44:17 +02:00
describe('Round Plugin Tests', () => {
2022-09-15 13:49:55 +02:00
it('FIXME: No plugin tests configured', () => {
2022-08-28 14:44:17 +02:00
expect(1).to.equal(1)
})
})