tests/testthat/test-wait-inotify.R

test_that("dummy", {
  expect_true(TRUE)
})

if (ps_os_type()[["LINUX"]]) {
  fun <- function() {
    withr::local_envvar(PS_WAIT_FORCE_INOTIFY = "true")
    testthat::source_file(test_path("test-wait.R"), env = environment())
  }
  fun()
}
r-lib/ps documentation built on June 13, 2025, 3:57 a.m.