在运行Jest测试用例之前如何更改时区?

时间:2020-04-02 11:28:03

标签: 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?

0 个答案:

没有答案