import chai, { expect } from 'chai'; import sinonChai from 'sinon-chai'; chai.use(sinonChai); export default chai; export { expect };