mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-09 00:30:16 -06:00
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
const background = require('./background')
|
|
|
|
const HOST = 'CHANGE_ME_HOST'
|
|
const PATH = 'CHANGE_ME_PATH'
|
|
|
|
// immediately connect
|
|
background.connect(HOST, PATH)
|