eugene-manuilov / jest-runner-groups

A custom runner that allows to tag test files and run groups of tests with Jest.
MIT License
128 stars 14 forks source link

Unrecognized CLI Parameter #2

Closed milliechan closed 4 years ago

milliechan commented 4 years ago

Hi there! We have followed the instructions in the readme but have run across this error message when trying to run jest with the group flag.

Anything else we should be looking into? image

eugene-manuilov commented 4 years ago

Hi @milliechan

could you please show me your jest config and a command that you use to run tests with groups? Also it would be handy if you tell me which version of jest you use. Thanks in advance.

milliechan commented 4 years ago

All good! We were running an older version of jest. Thanks for your help!