Jest 不显示颜色或接受命令

Jest Not Displaying Colors, Or Accepting Commands

我 运行 开玩笑地在 Git-Bash 终端上测试 Create React App,在 Windows 7. 这是 运行应有的测试;但它没有显示带有颜色增强的 PASS/FAIL 消息。

此外,当它要求 'u' 更新快照时,它不接受你。尝试 u 后按 Control-C'ing,一旦 Jest 停止,我将 u 视为第一个命令 运行。

有没有人见过这些行为?知道如何解决吗?

感谢您的帮助。

export FORCE_COLOR=true 添加到您的 .bash_profile.bashrc

来源:https://github.com/facebook/jest/issues/3877#issuecomment-422088942