Skip to content

Commit

Permalink
Merge pull request #182 from thekangaroofactory/172-beta-code-coverag…
Browse files Browse the repository at this point in the history
…e-ui

Converging #172
  • Loading branch information
thekangaroofactory authored Jan 25, 2024
2 parents 4f8457c + 6c8ea17 commit 0d4baaf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/testthat/test-kitems_tables_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ test_that("items_view_DT works", {
# -- test class
expect_type(x, "list")

# -- test output
expect_equal(unlist(x)[["name"]], "div")
expect_equal(unlist(x)[["attribs.id"]], "data-default_view")
expect_match(unlist(x)[["attribs.class"]], "datatables html-widget html-widget-output")

})


Expand All @@ -24,9 +19,4 @@ test_that("items_filtered_view_DT works", {
# -- test class
expect_type(x, "list")

# -- test output
expect_equal(unlist(x)[["name"]], "div")
expect_equal(unlist(x)[["attribs.id"]], "data-filtered_view")
expect_match(unlist(x)[["attribs.class"]], "datatables html-widget html-widget-output")

})

0 comments on commit 0d4baaf

Please sign in to comment.