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

10 lines
183 B
JavaScript
Raw Normal View History

import chai from 'chai'
const expect = chai.expect;
describe('SVG Attributed Plugin Tests', () => {
it("FIXME: No plugin tests defined", () => {
expect(1).to.equal(1)
})
})