import JestEnvironmentNode from 'jest-environment-node';
import WithEmitter from './index';

export default WithEmitter(JestEnvironmentNode);
