Console.log statements output nothing at all in Jest

前端 未结 8 2012
挽巷
挽巷 2020-12-05 22:11

console.log statements output nothing at all in Jest. This was working for me yesterday, and all of sudden, it\'s not working today. I have made zero changes to

8条回答
  •  北海茫月
    2020-12-05 22:57

    Check for your command line flags in package.json to see that you don't have --silent in there.

提交回复
热议问题