const expect = require('chai').expect; describe('Comment', () => { describe('#add', () => { it('should add a comment', () => { expect(0).to.be.equal(0); }); }); });