标签: javascript reactjs unit-testing jestjs enzyme
当前所有用于运行测试的测试命令
"test": "NODE_OPTIONS=--max_old_space_size=4096 jest --verbose --no-cache"
尝试了以下操作:
"test": "TZ=PST NODE_OPTIONS=--max_old_space_size=4096 jest --verbose --no-cache"
以及链接中的答案
How do I set a timezone in my Jest config?