We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e62d1 commit 7211ac1Copy full SHA for 7211ac1
tests/testthat/test-plot_denmark.R
@@ -1,4 +1,6 @@
1
test_that("plot_denmark properly creates nice plots", {
2
+ skip_on_ci()
3
+
4
expect_no_error(plot_denmark())
5
expect_no_error(plot_denmark(fill = "navn"))
6
expect_no_error(plot_denmark(fill = "names"))
0 commit comments