From 5eb9d36687d01059570182c4f33fef6e431dbaf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gianfranc=C3=B8=20Palumbo?= Date: Tue, 23 Oct 2018 17:16:52 +0300 Subject: [PATCH] Fix jest-circus npm package name typo (#7250) --- packages/jest-circus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jest-circus/README.md b/packages/jest-circus/README.md index ba37dcaecc30..af963748aa87 100644 --- a/packages/jest-circus/README.md +++ b/packages/jest-circus/README.md @@ -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: