Skip to content

Commit 8711e72

Browse files
docs: add 10.7.0 to CHANGELOG.md and docs/index.md
1 parent deb8679 commit 8711e72

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 10.7.0 / 2024-07-20
4+
5+
### :tada: Enhancements
6+
7+
- [#4771](https://github.com/mochajs/mocha/pull/4771) feat: add option to not fail on failing test suite ([**@ilgonmic**](https://github.com/ilgonmic))
8+
39
## 10.6.1 / 2024-07-20
410

511
### :bug: Fixes

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,11 +917,15 @@ To ensure your tests aren't leaving messes around, here are some ideas to get st
917917

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

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

922924
### `--fail-zero`
923925

924-
> _New in v9.1.0_ Fail test run if no tests are encountered with `exit-code: 1`.
926+
> _New in v9.1.0_
927+
928+
Fail test run if no tests are encountered with `exit-code: 1`.
925929

926930
### `--forbid-only`
927931

0 commit comments

Comments
 (0)