diff --git a/tests/e2e/app-files/hello.R b/tests/e2e/app-files/hello.R index 58bfbef1..0d026745 100644 --- a/tests/e2e/app-files/hello.R +++ b/tests/e2e/app-files/hello.R @@ -1,17 +1,17 @@ box::use( shiny[ - bootstrapPage, - NS, - tags, - textInput, actionButton, - observeEvent, - textOutput, + bootstrapPage, + isolate, moduleServer, + NS, observe, + observeEvent, renderText, - isolate - ] + tags, + textInput, + textOutput + ], ) box::use(app / logic / say_hello[say_hello]) diff --git a/tests/e2e/app-files/main.R b/tests/e2e/app-files/main.R index c789ebc0..f18ba6ab 100644 --- a/tests/e2e/app-files/main.R +++ b/tests/e2e/app-files/main.R @@ -1,9 +1,9 @@ box::use( + rhino[log, react_component], shiny, - rhino[log, react_component] ) -box::use(app / view / hello) +box::use(app/view/hello) Box <- react_component("Box") # nolint object_name_linter