From 0da5f84e065e75c2f6267d5df1ce4a494f749f01 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 18 Dec 2017 17:34:35 +0100 Subject: [PATCH] docs(changelog): mark #3672 as breaking (#5115) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6572c16d1d59..741714a477ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,7 +102,7 @@ None ([#4593](https://github.com/facebook/jest/pull/4593)) * `[jest-snapshot]` [**BREAKING**] Concatenate name of test and snapshot ([#4460](https://github.com/facebook/jest/pull/4460)) -* `[jest-cli]` Add an option to fail if no tests are found +* `[jest-cli]` [**BREAKING**] Fail if no tests are found ([#3672](https://github.com/facebook/jest/pull/3672)) * `[jest-diff]` Highlight only last of odd length leading spaces ([#4558](https://github.com/facebook/jest/pull/4558))