fix require

This commit is contained in:
Ben Kucera
2020-08-21 18:11:31 -04:00
parent 6850de1bce
commit 2ee35a9681
@@ -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