Skip to content

Commit 1a020dc

Browse files
reorder news after merge
1 parent eb0dc5a commit 1a020dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* `it()` now finds the correct evaluation environment in more cases (@averissimo, #2085).
66
* Fixed an issue preventing compilation from succeeding due to deprecation / removal of `std::uncaught_exception()` (@kevinushey, #2047).
77
* New `skip_unless_r()` to skip running tests on unsuitable versions of R, e.g. `skip_unless_r(">= 4.1.0")` to skip tests that require, say, `...names` (@MichaelChirico, #2022)
8-
* New expectation, `expect_shape()`, for testing the shape (i.e., the `length()`, `nrow()` and/or `ncol()`, or `dim()`, all in one place (#1423, @michaelchirico).
98
* `skip_on_os()` gains an option `"emscripten"` of the `os` argument to skip tests on Emscripten (@eitsupi, #2103).
9+
* New expectation, `expect_shape()`, for testing the shape (i.e., the `length()`, `nrow()` and/or `ncol()`, or `dim()`, all in one place (#1423, @michaelchirico).
1010

1111
# testthat 3.2.3
1212

0 commit comments

Comments
 (0)