Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

fix: typo #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If you want to exclude a subgroup from being executed, add minus character to th
jest --group=foo --group=-foo/baz
```

### Knowing which gruops are running
### Knowing which groups are running

When you run your tests using jest-runner-groups, you can check which group is currently running by checking the current process environment variables. This can be handy if you want to use different fixtures for different groups or skip a certain functionality for a specific group.

Expand Down