const chai = require("chai"); const expect = chai.expect; describe('Stub test', () => { it('should pass', () => { expect(true).to.be.true }) })