Parameters

os <- util_os()
test_that("util_os works", {
  expect_true(
    (os %in% c("linux", "osx", "windows"))
  )
})
#> Test passed 😸