2024-02-04 12:14:42 +01:00
|
|
|
import { expect } from 'chai'
|
2021-11-27 16:46:14 +01:00
|
|
|
|
|
|
|
describe('SVG Attributed Plugin Tests', () => {
|
2022-09-15 13:49:55 +02:00
|
|
|
it('FIXME: No plugin tests defined', () => {
|
2021-11-27 16:46:14 +01:00
|
|
|
expect(1).to.equal(1)
|
|
|
|
})
|
|
|
|
})
|