Skip to content

Commit 3ab5cc6

Browse files
committed
doc changes from review comments
1 parent 9e6409a commit 3ab5cc6

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
### Fixes
49

510
* `[jest-cli]` Fix `EISDIR` when a directory is passed as an argument to `jest`.
@@ -12,9 +17,6 @@
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.

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)