Skip to content

Commit

Permalink
delint for box.linters
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed May 27, 2024
1 parent 57f83f7 commit 6ca864f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/templates/unit_tests/tests/testthat/test-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ box::use(
testthat[expect_true, test_that],
)
box::use(
app/main[server, ui],
app/main[server],
)

test_that("main server works", {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/app-files/hello.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
box::use(
shiny[ # nolint
shiny[
actionButton,
bootstrapPage,
isolate,
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/app-files/say_hello.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#' @export
say_hello <- function(name) {
paste0("Hello, ", name, "!")
}

0 comments on commit 6ca864f

Please sign in to comment.