笑话记者概述了什么?

时间:2019-05-17 15:47:31

标签: reactjs jestjs

我以前常常得到一个很好的轮廓

  Agent
    ✓ is instantiable (6ms)
    ✓ has instance methods (2ms)
    #addFilter

使用以下命令:jest --expand --no-coverage --no-cache

但是现在它崩溃了

 PASS  test/trivia.integration.test.ts
 PASS  test/antares-protocol.test.ts (5.556s)

我如何找回这份大纲表-记者?

1 个答案:

答案 0 :(得分:1)

现在需要verbose标志:

jest --expand --no-coverage --no-cache --verbose