Powered by
Never mind, another melting-brain moment. ``` if (...
# e2e-testing
a
able-monkey-72947
07/13/2022, 10:06 PM
Never mind, another melting-brain moment.
Copy code
if (process.env.NODE_ENV === 'test') { require('../../mocks') }
high up in the nextjs app and it'll pick it up during the build process.
Previous
Next