Skip to content

Commit

Permalink
Update test-f7Grid.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasChln authored Nov 20, 2024
1 parent 42650f8 commit db8fa86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-f7Grid.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ test_that("grid works", {

grid <- f7Grid(cols = 2, gap = FALSE)
expect_identical(grid$attribs$class, "grid grid-cols-2")

grid <- f7Grid(cols = 2, medium_cols = 4)
expect_identical(grid$attribs$class, "grid grid-cols-2 medium-grid-cols-4")
})

0 comments on commit db8fa86

Please sign in to comment.