test_that("run_app() runs without errors", { if (.Platform$OS.type != "windows") { skip("LJexm is only supported on Windows.") } expect_error(run_app(), NA) })