ts/tests/testthat/test-deploy.R
2025-01-21 20:51:28 +13:00

6 lines
206 B
R

test_that("Deploy converts ts functions into valid ocap lists", {
on.exit(if (file.exists("app.rserve.R")) unlink("app.rserve.R"))
ts_deploy("app.R")
expect_true(file.exists("app.rserve.R"))
})