mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 15:12:27 -05:00
fix require
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { createCypress } = require('../support/helpers')
|
||||
const { createCypress } = require('../../support/helpers')
|
||||
const { runIsolatedCypress } = createCypress()
|
||||
|
||||
// https://github.com/cypress-io/cypress/issues/8350
|
||||
|
||||
Reference in New Issue
Block a user