1
0
Fork 0

chore: More linting

This commit is contained in:
Joost De Cock 2022-09-15 13:49:55 +02:00
parent 8e187a947a
commit a416b8b860
134 changed files with 1041 additions and 1055 deletions

View file

@ -3,7 +3,7 @@ import chai from 'chai'
const expect = chai.expect
describe('Round Plugin Tests', () => {
it("FIXME: No plugin tests configured", () => {
it('FIXME: No plugin tests configured', () => {
expect(1).to.equal(1)
})
})