From 4d6697a77bdae612ce2c0d12161c7209f1d3acf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=B6glund?= Date: Fri, 12 Mar 2021 09:41:46 +0100 Subject: [PATCH] Add single file watch mode clarification to Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a8265..e7636dc 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ This software is very much at alpha stage. If you want to help, here are a few t - [ ] Provide better summary that shows errors by file/test (behind an option flag) - [ ] Show deltas (+/- change) since last run (would require caching) - [ ] Known issues - - [ ] When running Jest with a single file parameter (e.g. `jest src/file.js`), the reporter is not activated + - [ ] When running Jest with a single file parameter (e.g. `jest src/file.js`, or a single file running in watch mode), the reporter is not activated ## License