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### Fixes
49
510* ` [jest-cli] ` Fix ` EISDIR ` when a directory is passed as an argument to ` jest ` .
1217* ` [jest-cli] ` Make Jest exit without an error when no tests are found in the
1318 case of ` --lastCommit ` , ` --findRelatedTests ` , or ` --onlyChanged ` options
1419 having been passed to the CLI
15- * ` [jest-cli] ` ` --changedSince ` : allow selectively running tests for code
16- changed since arbitrary revisions.
17- ([ #5312 ] ( https://github.com/facebook/jest/pull/5312 ) )
1820
1921### Fixes
2022* ` [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