const { expect } = require('chai') describe('test', () => { it('should pass', () => { expect(1).to.equal(1) }) })