@testdeck/jest suite and test decorators are not respected by Webstorm

The Testdeck @suite and @test decorators under Jest are not seen by Webstorm as indicating suite and tests respectively.

A test class which uses them is not recognized at all, and you lose the ability to  run them or debug them.

Webstorm should allow you to run or debug individual tests and suites in decorated classes.

Is there a plan to fix this bug? Supposedly this was fixed for Mocha.

1

请先登录再写评论。