We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6f3d5 commit f5ba8a8Copy full SHA for f5ba8a8
DESCRIPTION
@@ -34,7 +34,7 @@ Imports:
34
R6 (>= 2.5.1),
35
rlang (>= 1.1.1),
36
utils,
37
- waldo (>= 0.5.1),
+ waldo (>= 0.6.0),
38
withr (>= 3.0.2)
39
Suggests:
40
covr,
NEWS.md
@@ -1,5 +1,6 @@
1
# testthat (development version)
2
3
+* Require the latest version of waldo (0.6.0) in order to get the latest goodies (#1955).
4
* `expect_visible()` and `expect_invisible()` have improved failure messages (#1966).
5
* `expect_snapshot()` now strips line breaks in test descriptions (@LDSamson, #1900).
6
* `expect_snapshot()` now errors when called from a `test_that()` that has an empty description (@kevinushey, #1980).
0 commit comments