Skip to content

Commit c95f4e3

Browse files
committed
doc changes from review comments
1 parent 373562b commit c95f4e3

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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
@@ -28,9 +33,6 @@
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.

docs/CLI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ commit. Behaves similarly to `--onlyChanged`.
110110

111111
### `--changedSince`
112112

113+
##### available in Jest **22.2.0+**
114+
113115
Runs tests related the changes since the provided branch. If the current branch
114116
has diverged from the given branch, then only changes made locally will be
115117
tested. Behaves similarly to `--onlyChanged`.

0 commit comments

Comments
 (0)