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 bd302f8 commit cbaa17bCopy full SHA for cbaa17b
tests/testthat/test-theme-elements.R
@@ -73,7 +73,7 @@ test_that("theme element works with 'b/w'", {
73
# for code coverage we build the plot without printing it
74
out <- ggplot2::build_ggplot(p2) |>
75
ggplot2::gtable_ggplot()
76
- skip_on_os(c("windows", "linux", "solaris", "mac"))
+ skip_on_os(c("windows", "linux", "solaris"))
77
78
vdiffr::expect_doppelganger("p2", p2)
79
})
0 commit comments