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