File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## master
22
3+ ### Features
4+ * ` [jest-cli] ` ` --changedSince ` : allow selectively running tests for code
5+ changed since arbitrary revisions.
6+ ([ #5312 ] ( https://github.com/facebook/jest/pull/5312 ) )
7+
38## jest 22.1.3
49
510### Fixes
2833* ` [jest-cli] ` Make Jest exit without an error when no tests are found in the
2934 case of ` --lastCommit ` , ` --findRelatedTests ` , or ` --onlyChanged ` options
3035 having been passed to the CLI
31- * ` [jest-cli] ` ` --changedSince ` : allow selectively running tests for code
32- changed since arbitrary revisions.
33- ([ #5312 ] ( https://github.com/facebook/jest/pull/5312 ) )
3436
3537### Fixes
3638* ` [jest-cli] ` Use ` import-local ` to support global Jest installations.
Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ commit. Behaves similarly to `--onlyChanged`.
110110
111111### ` --changedSince `
112112
113+ ##### available in Jest ** 22.2.0+**
114+
113115Runs tests related the changes since the provided branch. If the current branch
114116has diverged from the given branch, then only changes made locally will be
115117tested. Behaves similarly to ` --onlyChanged ` .
You can’t perform that action at this time.
0 commit comments