9 lines
182 B
JavaScript
9 lines
182 B
JavaScript
import chai from 'chai'
|
|
|
|
const expect = chai.expect
|
|
|
|
describe('SVG Attributed Plugin Tests', () => {
|
|
it('FIXME: No plugin tests defined', () => {
|
|
expect(1).to.equal(1)
|
|
})
|
|
})
|