Raathigesh / majestic

⚡ Zero config GUI for Jest
MIT License
7.49k stars 173 forks source link

Tests written with test.each not shown #185

Open Contrapuntist opened 4 years ago

Contrapuntist commented 4 years ago

Is this a bug report or a feature request?

I think this qualifies as a bug.

When using Jest's test.each(), Majestic appears to acknowledge the tests exist, but the UI does not represent it in any way. You can tell in the screenshot below that 6 tests are passing, but the UI only indicates there are three tests.

image

Version Info

Reproduction Repo

If this is a bug report, please provide a minimal github repository where this mentioned issue is reproducible. Majestic makes certain assumptions regarding the test setup and it's very hard to guess the issue without looking at the exact configurations that you are using.

MattCollins84 commented 2 years ago

The same happens for describe.each