Skip to content

Commit

Permalink
🐛 skip svg that renders a teensy bit different on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
mariadelmarq committed May 3, 2024
1 parent a97659c commit 081c42a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ test_that("Reddi et. al (2003) Fig2JS shared sigma", {
df <- prepare_data(reddi_asrress_carpenter_2003)
fit_params <- fit_data(df, share_sigma = TRUE, jitter_settings = list(n = 0))
disp_reciprobit <- reciprobit_plot(df, fit_params$named_fit_params)
skip_on_os("mac")
vdiffr::expect_doppelganger("RAC(2003)Fig2JS", disp_reciprobit)
})

0 comments on commit 081c42a

Please sign in to comment.