You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code for this is done in cypress-io/cypress#21541, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
See #21174 for context.
We should remove these lines:
cypress/packages/server/lib/cypress.js
Lines 3 to 10 in 244c1cc
Because
cypress.js
should not be slowed down by unused code:cypress/packages/server/lib/cypress.js
Lines 12 to 20 in 244c1cc
Or, remove the need for
cypress.js
to ever run innode
.Once
cypress.js
's JITrequire
s are restored, we can clean up these areas:makeDataContext
outside ofelectron
:cypress/packages/server/lib/makeDataContext.ts
Lines 150 to 168 in 244c1cc
electron
not being available.The text was updated successfully, but these errors were encountered: