It's strange cause the code is: ``` if (process !=...
# support-questions-legacy
r
It's strange cause the code is:
Copy code
if (process !== undefined && process.env !== undefined && process.env.TEST_MODE === "testing") {...}
2 Views