Skip to content
/ jest Public
forked from jestjs/jest

Commit

Permalink
Fix jest-circus npm package name typo (jestjs#7250)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianpaj authored and SimenB committed Oct 23, 2018
1 parent cdf7a22 commit 5eb9d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jest-circus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Circus is a flux-based test runner for Jest that is fast, easy to maintain, and
Install `jest-circus` using yarn:

```bash
yarn add --dev jest-cicus
yarn add --dev jest-circus
```

Or via npm:
Expand Down

0 comments on commit 5eb9d36

Please sign in to comment.