Does cypress mock process now? I'm seeing issues w...
# cy10-feedback
f
Does cypress mock process now? I'm seeing issues where env variables are trying to be read (in third party libraries) because process is defined
I figured it out, looks like it was added in https://github.com/cypress-io/cypress/pull/19566
This is currently causing my tests to fail since I'm calling prettyDOM https://github.com/testing-library/dom-testing-library/blob/main/src/pretty-dom.js#L33
2 Views