tests/testthat/test-options.R

test_that("options", {
  options(ambiorix.port.force = 3000L)
  app <- Ambiorix$new()
  expect_equal(app$port, 3000L)
})
JohnCoene/ambiorix documentation built on Jan. 17, 2025, 11:11 p.m.