test_that("adds classes", { x <- div(.style %>% margin_top(3)) expect_s3_class(x, "shiny.tag") expect_html_class(x, "mt-3") })