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

7 lines
206 B
R

test_that("Deploy converts ts functions into valid ocap lists", {
f <- tempfile(fileext = ".rserve.R")
on.exit(unlink(f))
ts_deploy("sampler/app.R", file = f)
expect_true(file.exists(f))
})