import 'mocha' import { expect } from 'chai' describe('stub test', () => { it('should pass', () => { expect(true).to.be.true }) })