Skip to content

Commit

Permalink
docs: add 10.7.0 to CHANGELOG.md and docs/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 20, 2024
1 parent deb8679 commit 8711e72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 10.7.0 / 2024-07-20

### :tada: Enhancements

- [#4771](https://github.com/mochajs/mocha/pull/4771) feat: add option to not fail on failing test suite ([**@ilgonmic**](https://github.com/ilgonmic))

## 10.6.1 / 2024-07-20

### :bug: Fixes
Expand Down
6 changes: 5 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -917,11 +917,15 @@ To ensure your tests aren't leaving messes around, here are some ideas to get st

### `--pass-on-failing-test-suite`

> _New in v10.7.0_
If set to `true`, Mocha returns exit code `0` even if there are failed tests during run.

### `--fail-zero`

> _New in v9.1.0_ Fail test run if no tests are encountered with `exit-code: 1`.
> _New in v9.1.0_
Fail test run if no tests are encountered with `exit-code: 1`.

### `--forbid-only`

Expand Down

0 comments on commit 8711e72

Please sign in to comment.