jest-community / jest-editor-support

A module for handling editor to jest integration
MIT License
28 stars 21 forks source link

Does not parse `it` when used with more than one modifier #59

Closed TheSench closed 3 years ago

TheSench commented 3 years ago

The Jest API includes a handful of modifiers to it that can be combined: only/skip, concurrent, and each. Currently, the parser will detect an it if it has, at most, one modifier on it. This means statements like it.concurrent.each are not detected.

Unsupported Jest API methods (from https://jestjs.io/docs/en/api):