diff --git a/NEWS.md b/NEWS.md index 0850bde2c..e739bd084 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,6 @@ # testthat (development version) -* Adds `recursive` parameter to `test_dir()` to allow the use of directories to - organize test files (@radbasa, #1605). +* `test_dir()` gains a `recursive` argument which allows test files in nested directories (#1605). # testthat 3.2.0 @@ -60,8 +59,6 @@ * `expect_setequal()` correctly displays results when only one of actual and expected is missing values (#1835). - -* `test_dir()` gains a `recursive` argument which allows test files in nested directories (#1605). # testthat 3.1.10