10 lines
183 B
JavaScript
10 lines
183 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)
|
||
|
})
|
||
|
})
|