UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

10 lines (8 loc) 205 B
import { client } from '@packages/socket/lib/browser' export const connect = (host, path, extraOpts = {}) => { return client.io(host, { path, transports: ['websocket'], ...extraOpts, }) }