import JestEnvironmentJsdom from 'jest-environment-jsdom';
import WithEmitter from './index';

export default WithEmitter(JestEnvironmentJsdom);
