/* import ProxyServer from '../proxy/ProxyServer' import config from '../shared/config' const proxy = new ProxyServer(config.proxy) const setup = () => { beforeAll(() => proxy.start()) afterAll(() => proxy.stop()) } */ export default () => {}